]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgamevm.h
fix a bug that called player thinks during a level change, this bug may have even...
[xonotic/darkplaces.git] / cgamevm.h
index c4a292382076f500f91d9ca1a9f755fccd3ecccb..f5f0887e4b220e75d7532c484138ce9a107b840a 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(byte *netbuffer, int length);
+void CL_CGVM_ParseNetwork(qbyte *netbuffer, int length);
 
 #endif