game-source/klik/mdl/mdl_player.qh
2003-10-27 22:27:29 +00:00

11 lines
130 B
C++

#ifndef MDL_PLAYER_qh
#define MDL_PLAYER_qh 1
@extern {
void() mdl_player_init;
void() mdl_setup_player;
};
#endif