]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/include.qh
Merge branch 'terencehill/quickmenu_file_example' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / include.qh
1 #ifndef TRIGGERS_INCLUDE_H
2 #define TRIGGERS_INCLUDE_H
3
4 // some required common stuff
5 #ifdef CSQC
6         #include "../../server/item_key.qh"
7 #endif
8 #include "triggers.qh"
9 #include "subs.qh"
10 #include "platforms.qh"
11 #include "teleporters.qh"
12
13 // func
14 #include "func/include.qh"
15
16 // target
17 #include "target/include.qh"
18
19 // trigger
20 #include "trigger/include.qh"
21
22 #endif