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