]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/compiler.qh
Merge branch 'terencehill/menu_optimization' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / compiler.qh
1 #pragma once
2
3 #ifndef QCC_SUPPORT_ACCUMULATE
4         #ifdef GMQCC
5                 #define QCC_SUPPORT_ACCUMULATE
6         #endif
7 #endif
8
9 #ifndef QCC_SUPPORT_NIL
10         #ifdef GMQCC
11                 #define QCC_SUPPORT_NIL
12         #endif
13 #endif