]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
added newmap function to render modules (so explosions and other things are reset...
[xonotic/darkplaces.git] / render.h
index 5cf362e6547b4f2e65c306d45f8677407700a982..e69a5bddd018333184df7afa8516fa458c466ba5 100644 (file)
--- a/render.h
+++ b/render.h
@@ -147,6 +147,7 @@ void R_RemoveEfrags (entity_t *ent);
 
 void R_NewMap (void);
 
+#include "r_decals.h"
 
 void R_ParseParticleEffect (void);
 void R_RunParticleEffect (vec3_t org, vec3_t dir, int color, int count);