]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgamevm.h
eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
[xonotic/darkplaces.git] / cgamevm.h
index d572730d658e889a4ccc27e530183321fff9cd5a..76f0c1a0305d2f8d9b151384051645802dad5ce5 100644 (file)
--- a/cgamevm.h
+++ b/cgamevm.h
@@ -3,9 +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(unsigned char *netbuffer, int length);
+
+#endif
 
-#endif
\ No newline at end of file