1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-25 01:40:11 +01:00
segatools-hay1tsme/idzhook/config.h

20 lines
328 B
C

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