2019-10-19 21:03:17 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2019-11-06 00:31:51 +00:00
|
|
|
#include "hooklib/gfx.h"
|
2021-06-16 10:08:08 +00:00
|
|
|
#include "hooklib/dvd.h"
|
2019-10-19 21:03:17 +00:00
|
|
|
|
|
|
|
void gfx_config_load(struct gfx_config *cfg, const wchar_t *filename);
|
2021-06-16 10:08:08 +00:00
|
|
|
void dvd_config_load(struct dvd_config *cfg, const wchar_t *filename);
|