1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-01-22 19:52:12 +01:00

17 lines
285 B
C
Raw Normal View History

2019-08-30 19:06:32 -04:00
#pragma once
#include <stddef.h>
#include "board/config.h"
#include "platform/config.h"
struct mu3_hook_config {
struct platform_config platform;
2019-08-30 19:06:32 -04:00
struct aime_config aime;
};
void mu3_hook_config_load(
struct mu3_hook_config *cfg,
const wchar_t *filename);