Change GW Inlines

This commit is contained in:
gamemasterplc 2024-01-19 17:01:15 -06:00
parent 00d61c68d0
commit 39a8ebf124
5 changed files with 17 additions and 22 deletions

View file

@ -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