]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/sys-pre.qh
#include this
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / sys-pre.qh
1 #ifndef SYS_PRE_H
2 #define SYS_PRE_H
3
4 #if defined(CSQC)
5 #elif defined(MENUQC)
6     #include "../common/util-pre.qh"
7 #elif defined(SVQC)
8 #endif
9
10 #pragma noref 1
11 #endif