Matched most of REL/m437Dll (1 function missing: fn_1_65E0)
This commit is contained in:
parent
00fdf20be1
commit
5ed45bdf1b
6 changed files with 4065 additions and 41 deletions
|
|
@ -274,6 +274,11 @@ static inline s32 GWBoardGet(void)
|
|||
return GWSystem.board;
|
||||
}
|
||||
|
||||
static inline s32 GWPlayerCurrGet(void)
|
||||
{
|
||||
return GWSystem.player_curr;
|
||||
}
|
||||
|
||||
static inline s32 GWPlayerTeamGet(s32 player)
|
||||
{
|
||||
return GWPlayer[player].team;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue