]> git.xonotic.org Git - xonotic/darkplaces.git/blob - cl_parse.h
Merge intoverflow.h into qdefs.h
[xonotic/darkplaces.git] / cl_parse.h
1 #ifndef CL_PARSE_H
2 #define CL_PARSE_H
3
4 #include "qtypes.h"
5 #include "cvar.h"
6
7 extern cvar_t qport;
8
9 void CL_Parse_Init(void);
10 void CL_Parse_Shutdown(void);
11 void CL_ParseServerMessage(void);
12 void CL_Parse_DumpPacket(void);
13 void CL_Parse_ErrorCleanUp(void);
14 void QW_CL_StartUpload(unsigned char *data, int size);
15 void CL_KeepaliveMessage(qbool readmessages); // call this during loading of large content
16
17 #endif