X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fhud.qh;h=5c21886c53b93bfc1f77d5439ac9e2f464132b51;hb=ef5d72bcd06c2c1380e63fe900aafbca20153d02;hp=ec9ccc1fb61b8ff3d3c739f3ef097c078f7218eb;hpb=35e8f712933b0ebf9b163b7289cf975825b33803;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud.qh b/qcsrc/client/hud.qh index ec9ccc1fb..5c21886c5 100644 --- a/qcsrc/client/hud.qh +++ b/qcsrc/client/hud.qh @@ -1,46 +1,6 @@ #ifndef HUD_H #define HUD_H -#if defined(CSQC) - #include "../common/util-pre.qh" - #include "sys-pre.qh" - #include "../dpdefs/csprogsdefs.qh" - #include "sys-post.qh" - #include "defs.qh" - #include "../dpdefs/keycodes.qh" - #include "../common/constants.qh" - #include "../common/stats.qh" - #include "../warpzonelib/anglestransform.qh" - #include "../warpzonelib/mathlib.qh" - #include "../warpzonelib/common.qh" - #include "../warpzonelib/client.qh" - #include "../common/playerstats.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/weapons/weapons.qh" - #include "../common/mapinfo.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/animdecide.qh" - #include "command/cl_cmd.qh" - #include "../common/monsters/monsters.qh" - #include "autocvars.qh" - #include "../common/notifications.qh" - #include "../common/deathtypes.qh" - #include "damage.qh" - #include "../csqcmodellib/interpolate.qh" - #include "teamradar.qh" -#elif defined(MENUQC) -#elif defined(SVQC) -#endif - const int HUD_PANEL_MAX = 24; entity hud_panel[HUD_PANEL_MAX]; const int HUD_PANEL_FIRST = 0;