1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-31 12:13:44 +01:00

18 lines
304 B
C
Raw Normal View History

2019-05-17 23:41:14 -04: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-17 23:41:14 -04:00
};
void diva_hook_config_load(
struct diva_hook_config *cfg,
const wchar_t *filename);