forked from TeamTofuShop/segatools
board/config.c: Add struct aime_config
This commit is contained in:
10
board/config.h
Normal file
10
board/config.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
struct aime_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
void aime_config_load(struct aime_config *cfg, const wchar_t *filename);
|
Reference in New Issue
Block a user