]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/sys-post.qh
Merge branch 'master' into terencehill/translate_colors_2
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sys-post.qh
1 #ifndef SERVER_SYS_POST_H
2 #define SERVER_SYS_POST_H
3
4 #undef objerror
5 #undef droptofloor
6 #undef sound
7 #undef remove
8 #undef cvar_set
9 #undef cvar_string
10 #undef cvar
11
12 var float(string name) cvar;
13 var string(string name) cvar_string;
14 var void(string name, string value) cvar_set;
15 var void remove(entity e);
16
17 #undef IT_SHOTGUN
18 #undef IT_SUPER_SHOTGUN
19 #undef IT_NAILGUN
20 #undef IT_SUPER_NAILGUN
21 #undef IT_GRENADE_LAUNCHER
22 #undef IT_ROCKET_LAUNCHER
23 #undef IT_LIGHTNING
24 #undef IT_EXTRA_WEAPON
25 #undef IT_SHELLS
26 #undef IT_NAILS
27 #undef IT_ROCKETS
28 #undef IT_CELLS
29 #undef IT_AXE
30 #undef IT_ARMOR1
31 #undef IT_ARMOR2
32 #undef IT_ARMOR3
33 #undef IT_SUPERHEALTH
34 #undef IT_KEY1
35 #undef IT_KEY2
36 #undef IT_INVISIBILITY
37 #undef IT_INVULNERABILITY
38 #undef IT_SUIT
39 #undef IT_QUAD
40
41 #pragma noref 0
42
43 #endif