]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/dpdefs/csprogsdefs.qh
Merge branch 'master' into TimePath/scoreboard_elo
[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 trailparticles __trailparticles
14 #define pointparticles __pointparticles
15 #define setmodel _setmodel
16
17 #define STAT_FRAGLIMIT _STAT_FRAGLIMIT
18 #define STAT_TIMELIMIT _STAT_TIMELIMIT
19 #define STAT_MOVEVARS_TICRATE _STAT_MOVEVARS_TICRATE
20 #define STAT_MOVEVARS_TIMESCALE _STAT_MOVEVARS_TIMESCALE
21 #define STAT_MOVEVARS_GRAVITY _STAT_MOVEVARS_GRAVITY
22
23 #include "upstream/csprogsdefs.qc"
24
25 #undef true
26 #undef false
27 #undef TRUE
28 #undef FALSE
29
30 #undef spawn
31 #undef particleeffectnum
32 #undef trailparticles
33 #undef pointparticles
34 #undef setmodel
35
36 #undef STAT_FRAGLIMIT
37 #undef STAT_TIMELIMIT
38 #undef STAT_MOVEVARS_TICRATE
39 #undef STAT_MOVEVARS_TIMESCALE
40 #undef STAT_MOVEVARS_GRAVITY
41
42 #pragma noref 0
43
44 #define use use1
45 .void(entity this, entity actor, entity trigger) use;
46 #define touch move_touch
47
48 #endif