Change GW Inlines
This commit is contained in:
parent
00d61c68d0
commit
39a8ebf124
5 changed files with 17 additions and 22 deletions
|
|
@ -93,17 +93,6 @@ static s32 ExecTurnStart(void);
|
|||
static void CreateBoard(void);
|
||||
static void DestroyBoard(void);
|
||||
|
||||
|
||||
static inline int GWMGTypeGet()
|
||||
{
|
||||
return GWSystem.mg_type;
|
||||
}
|
||||
|
||||
static inline int GWMessSpeedGet()
|
||||
{
|
||||
return GWSystem.mess_speed;
|
||||
}
|
||||
|
||||
#define BOARD_FABS(value) ((value < 0) ? -(value) : (value))
|
||||
|
||||
void BoardCommonInit(BoardFunc create, BoardFunc destroy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue