X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fconfig.qh;h=4e968ec4e518629d0a1dd9c9f8319b901e75fef0;hb=5f9a104fb3f5ef5f8a68d671425290ea8a6f9843;hp=affba63a09fef4b252a3810621a7de4c4b05f264;hpb=ba0988ca930f50286f8cf3b6c114ebc6584964af;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/config.qh b/qcsrc/common/weapons/config.qh index affba63a0..4e968ec4e 100644 --- a/qcsrc/common/weapons/config.qh +++ b/qcsrc/common/weapons/config.qh @@ -1,39 +1,6 @@ #ifndef WEAPONS_CONFIG_H #define WEAPONS_CONFIG_H -#if defined(CSQC) -#elif defined(MENUQC) -#elif defined(SVQC) - #include "../util-pre.qh" - #include "../../server/sys-pre.qh" - #include "../../dpdefs/progsdefs.qc" - #include "../../dpdefs/dpextensions.qc" - #include "../../server/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 "../constants.qh" - #include "../stats.qh" - #include "../teams.qh" - #include "../util.qh" - #include "../nades.qh" - #include "../buffs.qh" - #include "../test.qh" - #include "../counting.qh" - #include "../urllib.qh" - #include "../command/markup.qh" - #include "../command/rpn.qh" - #include "../command/generic.qh" - #include "../command/shared_defs.qh" - #include "../net_notice.qh" - #include "../animdecide.qh" - #include "../monsters/monsters.qh" - #include "../monsters/sv_monsters.qh" - #include "../monsters/spawn.qh" -#endif - // ========================== // Balance Config Generator // ========================== @@ -65,7 +32,7 @@ string wep_config_queue[MAX_WEP_CONFIG]; #define WEP_CONFIG_WRITE_CVARS_BOTH(wepname,name) \ WEP_CONFIG_WRITE_CVARS_PRI(wepname, name) \ WEP_CONFIG_WRITE_CVARS_SEC(wepname, name) - + #define WEP_CONFIG_WRITE_CVARS(wepid,wepname,mode,name) WEP_CONFIG_WRITE_CVARS_##mode(wepname, name) #define WEP_CONFIG_WRITE_PROPS_string(wepname,name) \ @@ -79,4 +46,4 @@ string wep_config_queue[MAX_WEP_CONFIG]; cvar(sprintf("g_balance_%s_%s", #wepname, #name)))) } #define WEP_CONFIG_WRITE_PROPS(wepid,wepname,type,prop,name) WEP_CONFIG_WRITE_PROPS_##type(wepname,name) -#endif \ No newline at end of file +#endif