X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=45a65abbe96bd904bae1c3e93007637ba5d8b581;hb=df1451acbd74ee27485e3e863b0eba9aa65e6d8a;hp=886b720eb797fd7d926c6c7b272b8ba6135357d1;hpb=35e8f712933b0ebf9b163b7289cf975825b33803;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 886b720eb..45a65abbe 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -1,39 +1,6 @@ #ifndef CONSTANTS_H #define CONSTANTS_H -#if defined(CSQC) - #include "util-pre.qh" - #include "../client/sys-pre.qh" - #include "../dpdefs/csprogsdefs.qh" - #include "../client/sys-post.qh" - #include "../client/defs.qh" - #include "../dpdefs/keycodes.qh" -#elif defined(MENUQC) - #include "util-pre.qh" - #include "../menu/sys-pre.qh" - #include "../dpdefs/menudefs.qh" - #include "../dpdefs/keycodes.qh" - #include "../menu/sys-post.qh" - #include "../menu/config.qh" - #include "../warpzonelib/mathlib.qh" - #include "util.qh" - #include "test.qh" - #include "../menu/oo/base.qh" - #include "playerstats.qh" - #include "teams.qh" -#elif defined(SVQC) - #include "util-pre.qh" - #include "../server/sys-pre.qh" - #include "../dpdefs/progsdefs.qh" - #include "../dpdefs/dpextensions.qh" - #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" -#endif - const int AS_STRING = 1; const int AS_INT = 2; const int AS_FLOAT_TRUNCATED = 2; @@ -356,4 +323,4 @@ const int URI_GET_URLLIB_END = 191; const int GTV_AVAILABLE = 0; // for later use in per-map gametype filtering const int GTV_FORBIDDEN = 2; -#endif \ No newline at end of file +#endif