1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-11 23:17:08 +01:00
segatools-dniel97/divahook/config.h

18 lines
304 B
C
Raw Normal View History

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