projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4c20e
)
Don't #include server files from CSQC
358/head
author
TimePath <andrew.hardaker1995@gmail.com>
Sun, 21 Aug 2016 06:26:09 +0000
(16:26 +1000)
committer
TimePath <andrew.hardaker1995@gmail.com>
Sun, 21 Aug 2016 06:26:09 +0000
(16:26 +1000)
qcsrc/common/triggers/include.qh
patch
|
blob
|
history
diff --git
a/qcsrc/common/triggers/include.qh
b/qcsrc/common/triggers/include.qh
index f3f81738a19f7a73106863b91a90a0bee7c47c3d..87c07c14df58db888f78d5cd293de5830bd37676 100644
(file)
--- a/
qcsrc/common/triggers/include.qh
+++ b/
qcsrc/common/triggers/include.qh
@@
-1,7
+1,7
@@
#pragma once
// some required common stuff
-#ifdef
CS
QC
+#ifdef
SV
QC
#include <server/item_key.qh>
#endif
#include "triggers.qh"