mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
20 lines
197 B
C
20 lines
197 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
|