game-source/klik/act/act_player.qh
Ragnvald Maartmann-Moe IV 1cb1b902f9 Beware. klik of death.
2004-02-09 04:25:00 +00:00

9 lines
121 B
C++

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