mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-18 04:48:25 -04:00
Implement & link first_game.c, sys_romcheck.c
This commit is contained in:
@@ -216,6 +216,7 @@ extern common_data_t common_data;
|
||||
#define Save_GetPointer(name) (Common_GetPointer(save.save.name))
|
||||
#define Save_Set(name, value) (Common_Set(save.save.name, value))
|
||||
|
||||
extern void common_data_init();
|
||||
extern void common_data_reinit();
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user