Split and Label gamework.c
This commit is contained in:
parent
eb0cad89f0
commit
d759d991f7
9 changed files with 65 additions and 59 deletions
|
|
@ -20,7 +20,7 @@ extern u32 procfunc;
|
|||
|
||||
extern WipeState wipeData;
|
||||
|
||||
extern PlayerConfig gPlayerConfig[4];
|
||||
extern PlayerConfig GWPlayerCfg[4];
|
||||
|
||||
extern FileListEntry _ovltbl[];
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ extern s16 omSysExitReq;
|
|||
extern s16 omdispinfo;
|
||||
extern char omSysPauseEnableFlag;
|
||||
extern OverlayID omprevovl;
|
||||
extern Player gPlayerData[4];
|
||||
extern BoardState lbl_8018FCF8;
|
||||
extern PlayerState GWPlayer[4];
|
||||
extern SystemState GWSystem;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue