]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - cgamevm.h
menu.c - changed M_DrawSlider to take a value and a min/max range, now prints the...
[xonotic/darkplaces.git] / cgamevm.h
1
2 #ifndef CGAMEVM_H
3 #define CGAMEVM_H
4
5 void CL_CGVM_Init(void);
6 void CL_CGVM_Clear(void);
7 void CL_CGVM_Frame(void);
8 void CL_CGVM_Start(void);
9 void CL_CGVM_ParseNetwork(qbyte *netbuffer, int length);
10
11 #endif
12