blankart/src/k_director.h
2022-01-18 22:41:07 -06:00

7 lines
No EOL
290 B
C

// SONIC ROBO BLAST 2 KART
//-----------------------------------------------------------------------------
/// \file k_director.h
/// \brief SRB2kart automatic spectator camera.
void K_UpdateDirector(void);
void K_DirectorFollowAttack(player_t *player, mobj_t *inflictor, mobj_t *source);