Does that stop it thinking structures have changed? probably not, but it's worth a try.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@468 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8dc7815228
commit
e91176eff5
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@ typedef char *string_t;
|
|||
|
||||
|
||||
struct edict_s;
|
||||
struct entvars_s;
|
||||
struct globalvars_s;
|
||||
struct qcthread_s;
|
||||
typedef struct progfuncs_s progfuncs_t;
|
||||
typedef void (*builtin_t) (progfuncs_t *prinst, struct globalvars_s *gvars);
|
||||
|
||||
|
|
Loading…
Reference in a new issue