Clean up board rels
This commit is contained in:
parent
b664e01d0b
commit
0e92b2ba09
15 changed files with 267 additions and 338 deletions
|
|
@ -53,16 +53,6 @@ typedef struct board_camera_data {
|
|||
BoardFocusData focus;
|
||||
} BoardCameraData;
|
||||
|
||||
static inline s32 BoardCurrGet()
|
||||
{
|
||||
return GWSystem.board;
|
||||
}
|
||||
|
||||
static inline s32 BoardPartyFlagGet()
|
||||
{
|
||||
return GWSystem.party;
|
||||
}
|
||||
|
||||
extern BoardCameraData boardCamera;
|
||||
extern Process *boardObjMan;
|
||||
extern Process *boardMainProc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue