X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcommand%2Fmarkup.qh;h=7a1b3876af07e726b3d120678562214f399e2f3e;hp=270293601964530a6eec140944e274d33ef1ba9a;hb=HEAD;hpb=35e8f712933b0ebf9b163b7289cf975825b33803 diff --git a/qcsrc/common/command/markup.qh b/qcsrc/common/command/markup.qh index 2702936019..7a1b3876af 100644 --- a/qcsrc/common/command/markup.qh +++ b/qcsrc/common/command/markup.qh @@ -1,67 +1,5 @@ -#ifndef MARKUP_H -#define MARKUP_H +#pragma once -#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" - #include "../constants.qh" - #include "../stats.qh" - #include "../../warpzonelib/anglestransform.qh" - #include "../../warpzonelib/mathlib.qh" - #include "../../warpzonelib/common.qh" - #include "../../warpzonelib/client.qh" - #include "../playerstats.qh" - #include "../teams.qh" - #include "../util.qh" - #include "../nades.qh" - #include "../buffs.qh" - #include "../test.qh" - #include "../counting.qh" - #include "../weapons/weapons.qh" - #include "../mapinfo.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" - #include "../constants.qh" - #include "../mapinfo.qh" - #include "../campaign_common.qh" - #include "../weapons/weapons.qh" - #include "../counting.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" - #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" -#endif // ========================================================== // Declarations for markup command code, reworked by Samual // Last updated: December 28th, 2011 @@ -71,4 +9,5 @@ const int NUM_MARKUPS = 41; bool markup_init; string markup_from[NUM_MARKUPS]; string markup_to[NUM_MARKUPS]; -#endif \ No newline at end of file + +string GenericCommand_markup(string s2);