mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Doh, need this header change to compile.
This commit is contained in:
parent
74e9786cd1
commit
36786400ad
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ void ED_ParseGlobals (progs_t *pr, const char *data);
|
||||||
|
|
||||||
void ED_LoadFromFile (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);
|
ddef_t *ED_FindField (progs_t *pr, const char *name);
|
||||||
int ED_GetFieldIndex (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);
|
dfunction_t *ED_FindFunction (progs_t *pr, const char *name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue