]> icculus.org git repositories - divverent/darkplaces.git/blob - r_modules.h
moved a lot of 2D/screen stuff out of gl_screen.c into cl_screen.c
[divverent/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);