update to match Ruamoko's entities.h

This commit is contained in:
Bill Currie 2004-05-12 03:24:29 +00:00
parent 1e503e2b3d
commit 8070348d8a
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@
@extern void(vector v1, vector v2, float nomonsters, entity forent) traceline; @extern void(vector v1, vector v2, float nomonsters, entity forent) traceline;
@extern entity() checkclient; // returns a client to look for @extern entity() checkclient; // returns a client to look for
@extern entity(entity start, .string fld, string match) find; @extern entity(entity start, ...) find;
@extern string(string s) precache_sound; @extern string(string s) precache_sound;
@extern string(string s) precache_model; @extern string(string s) precache_model;
@extern void(entity client, string s)stuffcmd; @extern void(entity client, string s)stuffcmd;