X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fsys-post.qh;h=1ccf6695a185a1ad37558818e8ada3ae1205ccd6;hb=becfb70a12d8a13efec7ed3760533da6858916c1;hp=06b32042b82b8700248bb6842778db83f014d47f;hpb=35e8f712933b0ebf9b163b7289cf975825b33803;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/sys-post.qh b/qcsrc/server/sys-post.qh index 06b32042b..1ccf6695a 100644 --- a/qcsrc/server/sys-post.qh +++ b/qcsrc/server/sys-post.qh @@ -1,22 +1,7 @@ -#ifndef SERVER_SYS_POST_H -#define SERVER_SYS_POST_H +#pragma once -#if defined(CSQC) -#elif defined(MENUQC) -#elif defined(SVQC) - #include "../common/util-pre.qh" - #include "sys-pre.qh" - #include "../dpdefs/progsdefs.qh" - #include "../dpdefs/dpextensions.qh" -#endif - -#pragma noref 0 - -#undef ATTEN_NORM -#undef objerror #undef droptofloor #undef sound -#undef remove #undef cvar_set #undef cvar_string #undef cvar @@ -24,4 +9,30 @@ var float(string name) cvar; var string(string name) cvar_string; var void(string name, string value) cvar_set; -#endif \ No newline at end of file +var void delete_fn(entity e); + +#undef IT_SHOTGUN +#undef IT_SUPER_SHOTGUN +#undef IT_NAILGUN +#undef IT_SUPER_NAILGUN +#undef IT_GRENADE_LAUNCHER +#undef IT_ROCKET_LAUNCHER +#undef IT_LIGHTNING +#undef IT_EXTRA_WEAPON +#undef IT_SHELLS +#undef IT_NAILS +#undef IT_ROCKETS +#undef IT_CELLS +#undef IT_AXE +#undef IT_ARMOR1 +#undef IT_ARMOR2 +#undef IT_ARMOR3 +#undef IT_SUPERHEALTH +#undef IT_KEY1 +#undef IT_KEY2 +#undef IT_INVISIBILITY +#undef IT_INVULNERABILITY +#undef IT_SUIT +#undef IT_QUAD + +#pragma noref 0