Doh, need this header change to compile.

This commit is contained in:
Adam Olsen 2001-08-26 10:13:03 +00:00
parent 74e9786cd1
commit 36786400ad

View file

@ -94,6 +94,7 @@ void ED_ParseGlobals (progs_t *pr, const char *data);
void ED_LoadFromFile (progs_t *pr, const char *data);
ddef_t *ED_FieldAtOfs (progs_t *pr, int ofs);
ddef_t *ED_FindField (progs_t *pr, const char *name);
int ED_GetFieldIndex (progs_t *pr, const char *name);
dfunction_t *ED_FindFunction (progs_t *pr, const char *name);