X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=a761c5b9ab3b7a2bbd052310536ce0ade4af99c8;hp=e8b7ce5f9f3501b219043531a2ec21e930e9633c;hb=ef5d72bcd06c2c1380e63fe900aafbca20153d02;hpb=35e8f712933b0ebf9b163b7289cf975825b33803 diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index e8b7ce5f9..a761c5b9a 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -1,54 +1,6 @@ #ifndef SERVER_DEFS_H #define SERVER_DEFS_H -#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" - #include "sys-post.qh" - #include "../warpzonelib/anglestransform.qh" - #include "../warpzonelib/mathlib.qh" - #include "../warpzonelib/common.qh" - #include "../warpzonelib/util_server.qh" - #include "../warpzonelib/server.qh" - #include "../common/constants.qh" - #include "../common/stats.qh" - #include "../common/teams.qh" - #include "../common/util.qh" - #include "../common/nades.qh" - #include "../common/buffs.qh" - #include "../common/test.qh" - #include "../common/counting.qh" - #include "../common/urllib.qh" - #include "../common/command/markup.qh" - #include "../common/command/rpn.qh" - #include "../common/command/generic.qh" - #include "../common/command/shared_defs.qh" - #include "../common/net_notice.qh" - #include "../common/animdecide.qh" - #include "../common/monsters/monsters.qh" - #include "../common/monsters/sv_monsters.qh" - #include "../common/monsters/spawn.qh" - #include "../common/weapons/config.qh" - #include "../common/weapons/weapons.qh" - #include "weapons/accuracy.qh" - #include "weapons/common.qh" - #include "weapons/csqcprojectile.qh" - #include "weapons/hitplot.qh" - #include "weapons/selection.qh" - #include "weapons/spawning.qh" - #include "weapons/throwing.qh" - #include "weapons/tracing.qh" - #include "weapons/weaponstats.qh" - #include "weapons/weaponsystem.qh" - #include "t_items.qh" - #include "autocvars.qh" - #include "constants.qh" -#endif - #define INDEPENDENT_ATTACK_FINISHED noref float require_spawnfunc_prefix; // if this float exists, only functions with spawnfunc_ name prefix qualify as spawn functions