mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-12 23:44:27 +00:00
14 lines
192 B
C++
14 lines
192 B
C++
#ifndef CLIENT_qh
|
|
#define CLIENT_qh 1
|
|
|
|
@extern {
|
|
void () client_init;
|
|
|
|
void () RemoveClientFromGame;
|
|
void () PutClientInGame;
|
|
|
|
void () ClientConnect;
|
|
void () ClientDisconnect;
|
|
};
|
|
|
|
#endif
|