mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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);
|
||||
char *PR_ParseName (void);
|
||||
def_t *PR_ParseImmediate (void);
|
||||
void PR_NameImmediate (def_t *def);
|
||||
|
||||
qboolean PR_Check (token_type_t type, char *string);
|
||||
void PR_Expect (token_type_t type, char *string);
|
||||
|
|
Loading…
Reference in a new issue