2019-10-19 21:03:17 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2021-06-16 10:08:08 +00:00
|
|
|
#include "hooklib/dvd.h"
|
2021-10-25 09:16:14 +00:00
|
|
|
#include "hooklib/gfx/gfx.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);
|
2021-10-25 09:16:14 +00:00
|
|
|
void gfx_config_load(struct gfx_config *cfg, const wchar_t *filename);
|