game-source/klik/client.qh
Bill Currie 88c055ea3c <zinx> taniwha: FWIW, the code is officially donated to quakeforge :)
<taniwha> zinx: thanks :)

zinx' klik mod :)
2003-10-24 21:43:32 +00:00

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