1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-01-10 05:01:51 +01:00
2019-10-19 17:05:02 -04:00

20 lines
334 B
C

#pragma once
#include <stddef.h>
#include "amex/config.h"
#include "hooklib/config.h"
#include "platform/config.h"
struct chuni_hook_config {
struct nu_config nu;
struct amex_config amex;
struct gfx_config gfx;
};
void chuni_hook_config_load(
struct chuni_hook_config *cfg,
const wchar_t *filename);