]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/particles.qh
Merge branch 'master' into Mario/snake
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / particles.qh
index 9016f8b1fa6c57a25c5d2a5cd0f2a19958f5af57..791313f50408de88ed712a9bd60d90b2a3c3cd3e 100644 (file)
@@ -1,9 +1,8 @@
 #ifndef PARTICLES_H
 #define PARTICLES_H
-
 .int dphitcontentsmask;
 
-entityclass(PointParticles)
+entityclass(PointParticles);
 class(PointParticles) .int cnt; // effect number
 class(PointParticles) .vector velocity; // particle velocity
 class(PointParticles) .float waterlevel; // direction jitter
@@ -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