mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
10 lines
220 B
C
10 lines
220 B
C
#ifndef R_PARSER_H_
|
|
#define R_PARSER_H_
|
|
|
|
char* R_ParseExt(char** data_p, qboolean allowLineBreaks);
|
|
int R_Compress( char *data_p );
|
|
int R_GetCurrentParseLine( void );
|
|
void R_BeginParseSession(const char* name);
|
|
|
|
|
|
#endif
|