------------------------------------------------------------------------
r4197 | acceptthis | 2013-02-12 19:15:44 +0000 (Tue, 12 Feb 2013) | 1 line small compile fix. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4195 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a77bd67602
commit
76375ee7f0
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ void PDECL PR_Configure (pubprogfuncs_t *progfncs, size_t addressable_size, int
|
||||||
int PDECL PR_InitEnts(pubprogfuncs_t *progfncs, int maxents);
|
int PDECL PR_InitEnts(pubprogfuncs_t *progfncs, int maxents);
|
||||||
char *PR_ValueString (progfuncs_t *progfuncs, etype_t type, eval_t *val);
|
char *PR_ValueString (progfuncs_t *progfuncs, etype_t type, eval_t *val);
|
||||||
void PDECL QC_ClearEdict (pubprogfuncs_t *progfuncs, struct edict_s *ed);
|
void PDECL QC_ClearEdict (pubprogfuncs_t *progfuncs, struct edict_s *ed);
|
||||||
void PRAddressableFlush(progfuncs_t *progfuncs, int totalammount);
|
void PRAddressableFlush(progfuncs_t *progfuncs, size_t totalammount);
|
||||||
void QC_FlushProgsOffsets(progfuncs_t *progfuncs);
|
void QC_FlushProgsOffsets(progfuncs_t *progfuncs);
|
||||||
|
|
||||||
ddef16_t *ED_GlobalAtOfs16 (progfuncs_t *progfuncs, int ofs);
|
ddef16_t *ED_GlobalAtOfs16 (progfuncs_t *progfuncs, int ofs);
|
||||||
|
|
Loading…
Reference in a new issue