]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/noise.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / noise.qh
index 30ce4d0ee42a31bd43ecc2f206149e8dd56f98ea..d0196be089c1e3966771283be31994b0239800e5 100644 (file)
@@ -1,5 +1,9 @@
+#ifndef NOISE_H
+#define NOISE_H
+
 // noises "usually" start in the range -1..1
 float Noise_Brown(entity e, float dt);
 float Noise_Pink(entity e, float dt);
 float Noise_White(entity e, float dt);
 float Noise_Burst(entity e, float dt, float p); // +1 or -1
+#endif
\ No newline at end of file