mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-01 09:22:40 +00:00
11 lines
220 B
C
11 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
|