mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-11 13:08:34 -04:00
Implement m_lib and some header file defintions
This commit is contained in:
+6
-2
@@ -54,10 +54,14 @@ do { \
|
||||
|
||||
extern void game_get_controller(GAME* game);
|
||||
|
||||
extern GAME* game_class_p;
|
||||
|
||||
extern GAME* gamePT;
|
||||
|
||||
extern GAME* game_class_p;
|
||||
extern u8 game_GameFrame;
|
||||
extern float game_GameFrameF;
|
||||
extern float game_GameFrame_2F;
|
||||
extern float game_GameFrame__1F;
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user