]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/vectormamamam.qh
Move non-generic entity flags to their own headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / vectormamamam.qh
index 4f40f629227631020280322a00cba7ea95a6f6a4..7eb6b0a63b0f1be400212e81a94c1f41679cb2e5 100644 (file)
@@ -1,5 +1,9 @@
 #pragma once
-#include "../spawnflags.qh"
 
 
+const int PROJECT_ON_TARGETNORMAL = BIT(0);
+const int PROJECT_ON_TARGET2NORMAL = BIT(1);
+const int PROJECT_ON_TARGET3NORMAL = BIT(2);
+const int PROJECT_ON_TARGET4NORMAL = BIT(3);
+
 const float vectormamamam_timestep = 0.1;