forked from Dniel97/segatools
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);
|