mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 20:11:49 +00:00
9 lines
121 B
C++
9 lines
121 B
C++
#ifndef ACT_PLAYER_qh
|
|
#define ACT_PLAYER_qh 1
|
|
|
|
@extern {
|
|
void () act_player_init;
|
|
void () act_setup_player;
|
|
};
|
|
|
|
#endif
|