projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into Mario/strength_stat_field
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
dpdefs
/
post.qh
1
#pragma once
2
3
#undef ChangeYaw
4
#undef checkclient
5
#undef droptofloor
6
#undef error
7
#undef movetogoal
8
#undef objerror
9
#undef remove
10
#undef walkmove
11
#undef setcolor
12
13
#ifdef MENUQC
14
#define NULL (RVALUE, null_entity)
15
#define world NULL
16
#else
17
#define NULL (RVALUE, world)
18
#endif