]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgamevm.h
got rid of buildnumber.c and buildnum program, now uses builddate.c (touched each...
[xonotic/darkplaces.git] / cgamevm.h
diff --git a/cgamevm.h b/cgamevm.h
new file mode 100644 (file)
index 0000000..d572730
--- /dev/null
+++ b/cgamevm.h
@@ -0,0 +1,11 @@
+
+#ifndef CGAMEVM_H
+#define CGAMEVM_H
+
+void CL_CGVM_Init(void);
+void CL_CGVM_Clear(void);
+void CL_CGVM_Frame(void);
+void CL_CGVM_Start(void);
+void CL_CGVM_ParseNetwork(byte *netbuffer, int length);
+
+#endif
\ No newline at end of file