mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-04 14:53:03 +00:00
remove the no longer needed function defs
This commit is contained in:
parent
d187b49be6
commit
cbe476e82a
1 changed files with 0 additions and 11 deletions
|
@ -6,17 +6,6 @@
|
|||
@extern void() ClientDisconnected;
|
||||
@extern void() ClientFixRankings;
|
||||
|
||||
@extern void(entity client, string s) stuffcmd;
|
||||
@extern void(entity e) setspawnparms;
|
||||
@extern void(entity client, float level, string s) sprint;
|
||||
@extern void(entity client, string s) centerprint;
|
||||
@extern vector(entity e, float sped) aim;
|
||||
@extern void(entity e, float chan, string samp, float vol, float atten) sound;
|
||||
@extern void(float to, float f) WriteByte;
|
||||
@extern void(float to, float f) WriteChar;
|
||||
@extern void(float to, float f) WriteShort;
|
||||
@extern void(float to, float f) WriteLong;
|
||||
@extern void(float to, float f) WriteCoord;
|
||||
@extern void(float to, float f) WriteAngle;
|
||||
@extern void(float to, string s) WriteString;
|
||||
@extern void(float to, entity s) WriteEntity;
|
||||
|
|
Loading…
Reference in a new issue