Matched board/pause
This commit is contained in:
parent
fa7bbef612
commit
ea0cf380bb
8 changed files with 1597 additions and 4 deletions
|
|
@ -152,11 +152,31 @@ static inline s32 GWTeamGet(void)
|
|||
return GWSystem.team;
|
||||
}
|
||||
|
||||
static inline s32 GWPartyGet(void)
|
||||
{
|
||||
return GWSystem.party;
|
||||
}
|
||||
|
||||
static inline s32 GWLanguageGet(void)
|
||||
{
|
||||
return GWGameStat.language;
|
||||
}
|
||||
|
||||
static inline s32 GWRumbleGet(void)
|
||||
{
|
||||
return GWGameStat.rumble;
|
||||
}
|
||||
|
||||
static inline s32 GWMGExplainGet(void)
|
||||
{
|
||||
return GWSystem.explain_mg;
|
||||
}
|
||||
|
||||
static inline s32 GWMGShowComGet(void)
|
||||
{
|
||||
return GWSystem.show_com_mg;
|
||||
}
|
||||
|
||||
static inline s32 GWMGListGet(void)
|
||||
{
|
||||
return GWSystem.mg_list;
|
||||
|
|
@ -167,6 +187,11 @@ static inline s32 GWMessSpeedGet(void)
|
|||
return GWSystem.mess_speed;
|
||||
}
|
||||
|
||||
static inline s32 GWTurnGet(void)
|
||||
{
|
||||
return GWSystem.turn;
|
||||
}
|
||||
|
||||
static inline s32 GWBoardGet(void)
|
||||
{
|
||||
return GWSystem.board;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue