]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/particles.qh
Merge branch 'master' into Mario/vaporizer_damage
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / particles.qh
index 586f3f00004e35dfe0e0d51b3387f3e3b6f26ac2..791313f50408de88ed712a9bd60d90b2a3c3cd3e 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef PARTICLES_H
 #define PARTICLES_H
-
 .int dphitcontentsmask;
 
 entityclass(PointParticles);
@@ -23,11 +22,5 @@ void Ent_PointParticles();
 
 class(PointParticles) .float glow_color; // palette index
 
-void Draw_Rain();
-
-void Draw_Snow();
-
-void Ent_RainOrSnow();
-
 void Net_ReadVortexBeamParticle();
 #endif