ok, structures seem to generate correct code now

This commit is contained in:
Bill Currie 2001-12-08 08:19:48 +00:00
parent 3293c5e85f
commit b03a1bee42
16 changed files with 236 additions and 34 deletions

View file

@ -161,7 +161,7 @@ void ED_Count (progs_t *pr);
void PR_Profile (progs_t *pr);
char *PR_GlobalString (progs_t *pr, int ofs, etype_t type);
char *PR_GlobalStringNoContents (progs_t *pr, int ofs);
char *PR_GlobalStringNoContents (progs_t *pr, int ofs, etype_t type);
pr_type_t *GetEdictFieldValue(progs_t *pr, edict_t *ed, const char *field);