Move variables/data declarations to headers
This commit is contained in:
parent
eafb1b3728
commit
ff2212c215
3 changed files with 71 additions and 34 deletions
|
|
@ -26,4 +26,22 @@ extern FileListEntry _ovltbl[];
|
|||
|
||||
extern u32 DirDataSize;
|
||||
|
||||
extern u32 totalPolyCnted;
|
||||
extern char fadeStat;
|
||||
|
||||
extern omObjData *omDBGSysKeyObj;
|
||||
extern Process *omwatchproc;
|
||||
extern OverlayID omnextovl;
|
||||
extern OverlayID omcurovl;
|
||||
extern int omcurdll;
|
||||
extern int omovlhisidx;
|
||||
extern int omovlevtno;
|
||||
extern int omnextovlevtno;
|
||||
extern int omovlstat;
|
||||
extern char omUPauseFlag;
|
||||
extern s16 omSysExitReq;
|
||||
extern s16 omdispinfo;
|
||||
extern char omSysPauseEnableFlag;
|
||||
extern OverlayID omprevovl;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue