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=cf72f850eec1ca5f97716aeebce5755969c81d83;hb=4eab3f0253a063bdbd4e1ff64c4b2b08077c44c4;hpb=df803373fe80398fd65a1516712ea0338b366740 diff --git a/qcsrc/common/command/markup.qh b/qcsrc/common/command/markup.qh index cf72f850e..7a1b3876a 100644 --- a/qcsrc/common/command/markup.qh +++ b/qcsrc/common/command/markup.qh @@ -1,3 +1,5 @@ +#pragma once + // ========================================================== // Declarations for markup command code, reworked by Samual // Last updated: December 28th, 2011 @@ -7,3 +9,5 @@ const int NUM_MARKUPS = 41; bool markup_init; string markup_from[NUM_MARKUPS]; string markup_to[NUM_MARKUPS]; + +string GenericCommand_markup(string s2);