mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-15 09:37:35 +01:00
a2db39c58c
Credits: - Coburn - domeori - Mitsuhide - OLEG - rakisaionji
12 lines
356 B
C
12 lines
356 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
#include "hooklib/dvd.h"
|
|
#include "hooklib/touch.h"
|
|
#include "hooklib/printer.h"
|
|
|
|
void dvd_config_load(struct dvd_config *cfg, const wchar_t *filename);
|
|
void touch_screen_config_load(struct touch_screen_config *cfg, const wchar_t *filename);
|
|
void printer_config_load(struct printer_config *cfg, const wchar_t *filename);
|