]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/viewloc.qh
Move non-generic entity flags to their own headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
index d8e2bb3d86f63a4dc26ca4dfc405d194bae5c449..3c393afd37bd3fd03bed40ea4f75ca9b5e49b382 100644 (file)
@@ -1,5 +1,9 @@
 #pragma once
-#include "../spawnflags.qh"
+
+
+const int VIEWLOC_NOSIDESCROLL = BIT(0); // NOTE: currently unimplemented
+const int VIEWLOC_FREEAIM = BIT(1);
+const int VIEWLOC_FREEMOVE = BIT(2);
 
 .entity viewloc;