]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/triggers.qh
Move entity spawnflags to a common file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / triggers.qh
index 2b8274f4b890aa473b5432de2415bb1719e925a1..b609d1d54bad0727544f343f9cf40df362868745 100644 (file)
@@ -1,11 +1,5 @@
 #pragma once
-
-const float SF_TRIGGER_INIT = 1;
-const float SF_TRIGGER_UPDATE = 2;
-const float SF_TRIGGER_RESET = 4;
-
-const float    SPAWNFLAG_NOMESSAGE = 1;
-const float    SPAWNFLAG_NOTOUCH = 1;
+#include "spawnflags.qh"
 
 .bool pushable;