2019-10-19 21:03:17 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2021-06-16 10:08:08 +00:00
|
|
|
#include "hooklib/dvd.h"
|
2023-07-13 22:59:10 +00:00
|
|
|
#include "hooklib/touch.h"
|
2019-10-19 21:03:17 +00:00
|
|
|
|
2021-06-16 10:08:08 +00:00
|
|
|
void dvd_config_load(struct dvd_config *cfg, const wchar_t *filename);
|
2023-07-13 22:59:10 +00:00
|
|
|
void touch_screen_config_load(struct touch_screen_config *cfg, const wchar_t *filename);
|