forked from TeamTofuShop/segatools
mu3hook: Add initial Ongeki hook
This commit is contained in:
16
mu3hook/config.h
Normal file
16
mu3hook/config.h
Normal file
@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "board/config.h"
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
struct mu3_hook_config {
|
||||
struct alls_config alls;
|
||||
struct aime_config aime;
|
||||
};
|
||||
|
||||
void mu3_hook_config_load(
|
||||
struct mu3_hook_config *cfg,
|
||||
const wchar_t *filename);
|
Reference in New Issue
Block a user