segatools/hooklib/config.h

11 lines
249 B
C
Raw Normal View History

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