Clean up warp code
This commit is contained in:
parent
b2186e5d09
commit
ce59e5a3d7
6 changed files with 180 additions and 193 deletions
|
|
@ -37,7 +37,11 @@ static inline s16 BoardPlayerModelGetCurr()
|
|||
return boardPlayerMdl[player->player_idx];
|
||||
}
|
||||
|
||||
s32 BoardPlayerIsAllCom(void);
|
||||
void BoardPlayerRotSet(s32, f32, f32, f32);
|
||||
void BoardPlayerPosGet(s32, Vec*);
|
||||
void BoardPlayerCoinsSet(s32 player, s32 value);
|
||||
void BoardPlayerAutoSizeSet(s32 player, s32 value);
|
||||
void BoardPlayerMotionStart(s16, s32, s32);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue