mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix missed header commit
This commit is contained in:
parent
e551c1f22b
commit
eec3b7d8bc
3 changed files with 4 additions and 3 deletions
|
@ -183,8 +183,8 @@ void ED_PrintNum (progs_t *pr, int ent);
|
|||
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, etype_t type);
|
||||
struct dstring_s *PR_GlobalString (progs_t *pr, int ofs, etype_t type);
|
||||
struct dstring_s *PR_GlobalStringNoContents (progs_t *pr, int ofs, etype_t type);
|
||||
|
||||
pr_type_t *GetEdictFieldValue(progs_t *pr, edict_t *ed, const char *field);
|
||||
|
||||
|
|
|
@ -40,11 +40,11 @@ static const char rcsid[] =
|
|||
#include <stdio.h>
|
||||
|
||||
#include "QF/cbuf.h"
|
||||
#include "QF/idparse.h"
|
||||
#include "QF/crc.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/dstring.h"
|
||||
#include "QF/hash.h"
|
||||
#include "QF/idparse.h"
|
||||
#include "QF/progs.h"
|
||||
#include "QF/qdefs.h"
|
||||
#include "QF/qendian.h"
|
||||
|
|
|
@ -40,6 +40,7 @@ static const char rcsid[] =
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/dstring.h"
|
||||
#include "QF/mathlib.h"
|
||||
#include "QF/progs.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
Loading…
Reference in a new issue