]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/include.qh
Properly support team field on trigger_multiple
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / include.qh
index 138d26786be12ff0c3b78864a7c21185049678b8..87c07c14df58db888f78d5cd293de5830bd37676 100644 (file)
@@ -1,9 +1,8 @@
-#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"
 // func
 #include "func/include.qh"
 
-// misc
-#include "misc/include.qh"
-
 // target
 #include "target/include.qh"
 
 // trigger
 #include "trigger/include.qh"
-
-#endif