]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgamevm.h
QW support getting closer
[xonotic/darkplaces.git] / cgamevm.h
index 75ce188d6b5fe2f6e06f4465bb8db777f0f9be7d..76f0c1a0305d2f8d9b151384051645802dad5ce5 100644 (file)
--- a/cgamevm.h
+++ b/cgamevm.h
@@ -3,10 +3,11 @@
 #define CGAMEVM_H
 
 void CL_CGVM_Init(void);
+void CL_CGVM_Shutdown(void);
 void CL_CGVM_Clear(void);
 void CL_CGVM_Frame(void);
 void CL_CGVM_Start(void);
-void CL_CGVM_ParseNetwork(qbyte *netbuffer, int length);
+void CL_CGVM_ParseNetwork(unsigned char *netbuffer, int length);
 
 #endif