mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-19 03:55:41 -04:00
21 lines
198 B
C
21 lines
198 B
C
|
|
struct ini_file {
|
|
char save_dir[64];
|
|
char sign_dir[64];
|
|
u32 multi;
|
|
};
|
|
|
|
extern struct ini_file ini;
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void GBA_ini();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|