mirror of
https://github.com/ShadauxCat/CATSFC.git
synced 2025-04-02 10:41:47 -04:00
15 lines
266 B
C
15 lines
266 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
int game_load_state(char* file);
|
|
int game_save_state(char* file);
|
|
void S9xAutoSaveSRAM ();
|
|
|
|
void game_restart(void);
|
|
|
|
int load_gamepak(char* file);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
const char *S9xGetFilename (const char *ex);
|