move BOARD_FABS, fix 993C, add HUGE func
This commit is contained in:
parent
4fa3ee8b10
commit
788a5b7b36
4 changed files with 230 additions and 35 deletions
|
|
@ -79,8 +79,6 @@ static s32 ExecTurnStart(void);
|
|||
static void CreateBoard(void);
|
||||
static void DestroyBoard(void);
|
||||
|
||||
#define BOARD_FABS(value) ((value < 0) ? -(value) : (value))
|
||||
|
||||
void BoardCommonInit(BoardFunc create, BoardFunc destroy)
|
||||
{
|
||||
omSysPauseEnable(FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue