heh, seem to have forgotten this

This commit is contained in:
Bill Currie 2001-04-02 21:30:16 +00:00
parent b7aba0b643
commit f896506835

View file

@ -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);