]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/compiler.qh
Add an intrusive list for warpzones
[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
14
15 #ifdef GMQCC
16     #define LABEL(id) :id
17 #else
18     #define LABEL(id) id:
19 #endif