]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/rotating.qh
Move non-generic entity flags to their own headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / rotating.qh
index 7c39519e10e9f29d62f38ee0bc76f0dd4b0ed584..ad1b6ec920a2a319c99552ca051021984e9ffc64 100644 (file)
@@ -1,2 +1,6 @@
 #pragma once
-#include "../spawnflags.qh"
+
+
+const int FUNC_ROTATING_XAXIS = BIT(2);
+const int FUNC_ROTATING_YAXIS = BIT(3);
+const int FUNC_ROTATING_STARTOFF = BIT(4);