mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-02-18 09:51:43 +00:00
11 lines
119 B
C++
11 lines
119 B
C++
#ifndef ACT_PLAYER_qh
|
|
#define ACT_PLAYER_qh 1
|
|
|
|
@extern {
|
|
|
|
void() act_player_init;
|
|
void() act_setup_player;
|
|
|
|
};
|
|
|
|
#endif
|