game-source/klik/act/act_player.qh
Bill Currie 88c055ea3c <zinx> taniwha: FWIW, the code is officially donated to quakeforge :)
<taniwha> zinx: thanks :)

zinx' klik mod :)
2003-10-24 21:43:32 +00:00

11 lines
119 B
C++

#ifndef ACT_PLAYER_qh
#define ACT_PLAYER_qh 1
@extern {
void() act_player_init;
void() act_setup_player;
};
#endif