mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-01-31 20:50:36 +00:00
Fixed "vvoid" and "oid" in server.h
This commit is contained in:
parent
149c6c6523
commit
a2f8d0f212
1 changed files with 2 additions and 2 deletions
|
@ -450,8 +450,8 @@ void SV_WriteClientdataToMessage (client_t *client, sizebuf_t *msg);
|
|||
void SV_ClientPrintf (client_t *cl, int level, char *fmt, ...);
|
||||
void SV_BroadcastPrintf (int level, char *fmt, ...);
|
||||
void SV_Frame (float time);
|
||||
vvoid SV_Physics_Client (edict_t *ent);
|
||||
oid SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg);
|
||||
void SV_Physics_Client (edict_t *ent);
|
||||
void SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg);
|
||||
#else
|
||||
void SV_AddGravity (edict_t *ent);
|
||||
void SV_Shutdown (qboolean crash);
|
||||
|
|
Loading…
Reference in a new issue