mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-06 16:01:10 +00:00
heh, seem to have forgotten this
This commit is contained in:
parent
b7aba0b643
commit
f896506835
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ void PR_Lex (void);
|
||||||
type_t *PR_ParseType (void);
|
type_t *PR_ParseType (void);
|
||||||
char *PR_ParseName (void);
|
char *PR_ParseName (void);
|
||||||
def_t *PR_ParseImmediate (void);
|
def_t *PR_ParseImmediate (void);
|
||||||
|
void PR_NameImmediate (def_t *def);
|
||||||
|
|
||||||
qboolean PR_Check (token_type_t type, char *string);
|
qboolean PR_Check (token_type_t type, char *string);
|
||||||
void PR_Expect (token_type_t type, char *string);
|
void PR_Expect (token_type_t type, char *string);
|
||||||
|
|
Loading…
Reference in a new issue