]> icculus.org git repositories - divverent/darkplaces.git/blob - r_modules.h
now supports upto 256x256 texel lightmaps (rather than 17x17), as_tundra.bsp works now
[divverent/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 ();