Wasn't prototyped, apparently.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3584 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f535baa59f
commit
18564b98f6
1 changed files with 3 additions and 0 deletions
|
@ -798,6 +798,9 @@ void QCC_PR_EmitArrayGetFunction(QCC_def_t *scope, char *arrayname);
|
|||
void QCC_PR_EmitArraySetFunction(QCC_def_t *scope, char *arrayname);
|
||||
void QCC_PR_EmitClassFromFunction(QCC_def_t *scope, char *tname);
|
||||
|
||||
void PostCompile(void);
|
||||
pbool PreCompile(void);
|
||||
|
||||
//=============================================================================
|
||||
|
||||
extern char pr_immediate_string[8192];
|
||||
|
|
Loading…
Reference in a new issue