X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fcommon%2Fcommand%2Fmarkup.qh;h=7a1b3876af07e726b3d120678562214f399e2f3e;hb=HEAD;hp=e6ac7cfbd3c810eb6e0aa5f40ba3095b567da606;hpb=e921ae9f86a09d0a20cd4c72b44e6d71d25975ea;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/command/markup.qh b/qcsrc/common/command/markup.qh index e6ac7cfbd..7a1b3876a 100644 --- a/qcsrc/common/command/markup.qh +++ b/qcsrc/common/command/markup.qh @@ -1,5 +1,4 @@ -#ifndef MARKUP_H -#define MARKUP_H +#pragma once // ========================================================== // Declarations for markup command code, reworked by Samual @@ -12,4 +11,3 @@ string markup_from[NUM_MARKUPS]; string markup_to[NUM_MARKUPS]; string GenericCommand_markup(string s2); -#endif