X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fskin.qh;h=f19256833a98ae59fcefc0e35e446cbbc43cb8c9;hb=ef5d72bcd06c2c1380e63fe900aafbca20153d02;hp=0eabcae611f2bb1a8cdcc232c410ead5b5d7c419;hpb=35e8f712933b0ebf9b163b7289cf975825b33803;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/skin.qh b/qcsrc/menu/skin.qh index 0eabcae61..f19256833 100644 --- a/qcsrc/menu/skin.qh +++ b/qcsrc/menu/skin.qh @@ -1,37 +1,6 @@ #ifndef SKIN_H #define SKIN_H -#if defined(CSQC) -#elif defined(MENUQC) - #include "../common/util-pre.qh" - #include "sys-pre.qh" - #include "../dpdefs/menudefs.qh" - #include "../dpdefs/keycodes.qh" - #include "sys-post.qh" - #include "config.qh" - #include "../warpzonelib/mathlib.qh" - #include "../common/util.qh" - #include "../common/test.qh" - #include "oo/base.qh" - #include "../common/playerstats.qh" - #include "../common/teams.qh" - #include "../common/constants.qh" - #include "../common/mapinfo.qh" - #include "../common/campaign_common.qh" - #include "../common/weapons/weapons.qh" - #include "../common/counting.qh" - #include "../common/command/markup.qh" - #include "../common/command/rpn.qh" - #include "../common/command/generic.qh" - #include "../common/command/shared_defs.qh" - #include "../common/urllib.qh" - #include "../common/monsters/monsters.qh" - #include "command/menu_cmd.qh" - #include "menu.qh" - #include "draw.qh" -#elif defined(SVQC) -#endif - #define SKINBEGIN #define SKINVECTOR(name,def) vector SKIN##name = def #define SKINFLOAT(name,def) float SKIN##name = def