mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix missing function declaration
This commit is contained in:
parent
bd1faa3178
commit
ee7125ffdf
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ void K_DoInstashield(player_t *player);
|
|||
void K_DoPowerClash(player_t *t1, player_t *t2);
|
||||
void K_BattleAwardHit(player_t *player, player_t *victim, mobj_t *inflictor, UINT8 bumpersRemoved);
|
||||
void K_RemoveGrowShrink(player_t *player);
|
||||
boolean K_IsBigger(mobj_t *compare, mobj_t *other);
|
||||
void K_SpinPlayer(player_t *player, mobj_t *inflictor, mobj_t *source, INT32 type);
|
||||
void K_TumblePlayer(player_t *player, mobj_t *inflictor, mobj_t *source);
|
||||
void K_TumbleInterrupt(player_t *player);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue