]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - r_modules.h
reduced default -zone from 512k to 128k (quake used 48k)
[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 ();