1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-19 06:27:23 +01:00
Tau b44b62fc72 chunihook: Subsume cardhook
One less DLL floating around.
2019-06-09 15:42:20 -04:00

18 lines
307 B
C

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