Change GW Inlines
This commit is contained in:
parent
00d61c68d0
commit
39a8ebf124
5 changed files with 17 additions and 22 deletions
|
|
@ -152,4 +152,14 @@ static inline s32 GWLanguageGet(void)
|
|||
return GWGameStat.language;
|
||||
}
|
||||
|
||||
static inline s32 GWMGTypeGet()
|
||||
{
|
||||
return GWSystem.mg_type;
|
||||
}
|
||||
|
||||
static inline s32 GWMessSpeedGet()
|
||||
{
|
||||
return GWSystem.mess_speed;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue