]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/dpdefs/csprogsdefs.qh
Merge branch 'TimePath/hudpanels_registry' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / csprogsdefs.qh
1 #ifndef CSPROGSDEFS_H
2 #define CSPROGSDEFS_H
3
4 #pragma noref 1
5
6 #define true _true
7 #define false _false
8 #define TRUE _TRUE
9 #define FALSE _FALSE
10
11 #define spawn _spawn
12 #define particleeffectnum _particleeffectnum
13 #define setmodel _setmodel
14
15 #include "upstream/csprogsdefs.qc"
16
17 #undef true
18 #undef false
19 #undef TRUE
20 #undef FALSE
21
22 #undef spawn
23 #undef particleeffectnum
24 #undef setmodel
25
26 entity(.entity fld, entity match) findchainentity = #403;
27
28 #pragma noref 0
29
30 #define ReadFloat() ReadCoord()
31
32 #endif