]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/include.qh
Don't #include server files from CSQC
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / include.qh
index 1cd37db5b72323037d50156a4bc8afe83c64520a..87c07c14df58db888f78d5cd293de5830bd37676 100644 (file)
@@ -1,24 +1,19 @@
-#ifndef TRIGGERS_INCLUDE_H
-#define TRIGGERS_INCLUDE_H
+#pragma once
 
 // some required common stuff
-#ifdef CSQC
-       #include "../../server/item_key.qh"
+#ifdef SVQC
+       #include <server/item_key.qh>
 #endif
 #include "triggers.qh"
 #include "subs.qh"
 #include "platforms.qh"
+#include "teleporters.qh"
 
 // func
 #include "func/include.qh"
 
-// misc
-#include "misc/include.qh"
-
 // target
 #include "target/include.qh"
 
 // trigger
 #include "trigger/include.qh"
-
-#endif