mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
missed this in the cleanup
This commit is contained in:
parent
3874d78697
commit
ad5deea582
1 changed files with 0 additions and 4 deletions
|
@ -433,8 +433,6 @@ extern token_type_t pr_token_type;
|
|||
extern type_t *pr_immediate_type;
|
||||
extern eval_t pr_immediate;
|
||||
|
||||
void PR_PrintStatement (dstatement_t *s);
|
||||
|
||||
void PR_Lex (void);
|
||||
void PR_LexString (void);
|
||||
// reads the next token into pr_token and classifies its type
|
||||
|
@ -498,8 +496,6 @@ extern qboolean pr_trace;
|
|||
#define G_STRING(o) (strings + *(string_t *)&pr_globals[o])
|
||||
#define G_FUNCTION(o) (*(func_t *)&pr_globals[o])
|
||||
|
||||
char *PR_ValueString (etype_t type, void *val);
|
||||
|
||||
void PR_ClearGrabMacros (void);
|
||||
|
||||
qboolean PR_CompileFile (char *string, const char *filename);
|
||||
|
|
Loading…
Reference in a new issue