mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-07 00:01:28 +00:00
16 lines
184 B
C++
16 lines
184 B
C++
#ifndef CLIENT_qh
|
|
#define CLIENT_qh 1
|
|
|
|
@extern {
|
|
|
|
void() client_init;
|
|
|
|
void() RemoveClientFromGame;
|
|
void() PutClientInGame;
|
|
|
|
void() ClientConnect;
|
|
void() ClientDisconnect;
|
|
|
|
};
|
|
|
|
#endif
|