1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-28 06:50:49 +01:00
segatools-dniel97/idzhook/config.h

20 lines
328 B
C
Raw Normal View History

2019-05-18 05:48:21 +02:00
#pragma once
#include <stddef.h>
#include "amex/config.h"
#include "board/config.h"
2019-05-18 05:48:21 +02:00
#include "platform/config.h"
struct idz_hook_config {
struct nu_config nu;
struct amex_config amex;
struct aime_config aime;
2019-05-18 05:48:21 +02:00
};
void idz_hook_config_load(
struct idz_hook_config *cfg,
const wchar_t *filename);