X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fdraw.qh;h=873ccb6df31e3695760db9b33002da2fe1a23665;hp=50608d1f5cfe1553bbaa41d7b71c0b0bb61f71ea;hb=1556aa4ea70b3b275afb1cb4587e555fb44f71c3;hpb=35e8f712933b0ebf9b163b7289cf975825b33803 diff --git a/qcsrc/menu/draw.qh b/qcsrc/menu/draw.qh index 50608d1f5..873ccb6df 100644 --- a/qcsrc/menu/draw.qh +++ b/qcsrc/menu/draw.qh @@ -1,36 +1,6 @@ #ifndef DRAW_H #define DRAW_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" -#elif defined(SVQC) -#endif - // from the engine vector drawfontscale; #define draw_fontscale drawfontscale @@ -71,4 +41,4 @@ vector globalToBoxSize(vector v, vector scale); float draw_TextWidth_WithColors(string s, vector size); float draw_TextWidth_WithoutColors(string s, vector size); -#endif \ No newline at end of file +#endif