]> git.xonotic.org Git - xonotic/darkplaces.git/blob - r_modules.h
fix for EF_FLAME and lots of other bugs with 16bit/8bit fields (modelindex, frame...
[xonotic/darkplaces.git] / r_modules.h
1
2 void R_Modules_Init(void);
3 void R_RegisterModule(char *name, void(*start)(void), void(*shutdown)(void), void(*newmap)(void));
4 void R_Modules_Start(void);
5 void R_Modules_Shutdown(void);
6 void R_Modules_NewMap(void);
7 void R_Modules_Restart(void);