]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/noise.qc
Merge branch 'master' into Mario/turrets
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / noise.qc
index 5b64d6873dd8da68c9aa19d2a4224a509fd80e4b..2047410a972c75722908739959645212174f3672 100644 (file)
@@ -1,11 +1,7 @@
-#if defined(CSQC)
-       #include "../dpdefs/csprogsdefs.qh"
-       #include "noise.qh"
-#elif defined(MENUQC)
-#elif defined(SVQC)
-#endif
+#include "noise.qh"
+#include "_all.qh"
 
-entityclass(Noise)
+entityclass(Noise);
 class(Noise) .float noise_baccum;
 class(Noise) .float noise_paccum;
 class(Noise) .float noise_paccum2;