]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - r_modules.h
minor redesign of console loading/drawing, cruft removal, change to Draw_GenericPic...
[xonotic/darkplaces.git] / r_modules.h
1
2 void R_Modules_Init();
3 void R_RegisterModule(char *name, void(*start)(), void(*shutdown)());
4 void R_StartModules ();
5 void R_ShutdownModules ();
6 void R_Restart ();