X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fpost.qh;h=70e5f378422af7850a91ec65cf8857d6c61ae0d8;hp=fe465e5933420d7ad602226df27e80c878528202;hb=65ba38c5228d8af26ac2b04b6e6e536a1772f446;hpb=fb7b625a2f9482eb9ae538f15d172b2fcb9742dc diff --git a/qcsrc/dpdefs/post.qh b/qcsrc/dpdefs/post.qh index fe465e5933..70e5f37842 100644 --- a/qcsrc/dpdefs/post.qh +++ b/qcsrc/dpdefs/post.qh @@ -1,3 +1,18 @@ #pragma once +#undef ChangeYaw +#undef checkclient +#undef droptofloor +#undef error +#undef movetogoal #undef objerror +#undef remove +#undef walkmove +#undef setcolor + +#ifdef MENUQC + #define NULL (RVALUE, null_entity) + #define world NULL +#else + #define NULL (RVALUE, world) +#endif