mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-26 13:51:15 +00:00
11 lines
130 B
C++
11 lines
130 B
C++
#ifndef MDL_PLAYER_qh
|
|
#define MDL_PLAYER_qh 1
|
|
|
|
@extern {
|
|
|
|
void() mdl_player_init;
|
|
void() mdl_setup_player;
|
|
|
|
};
|
|
|
|
#endif
|