X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmapvoting.qh;h=3a1a0ad6493807f2dcf5e38bb94a07dbcc95384b;hb=3cfb64730d883ae9ccf0315f365da19345270890;hp=e4e6b0b52ac8b49582751d4cd32f868824c9a5cc;hpb=7bae88d09fbd53cce732e31633aea92671b43699;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mapvoting.qh b/qcsrc/server/mapvoting.qh index e4e6b0b52..3a1a0ad64 100644 --- a/qcsrc/server/mapvoting.qh +++ b/qcsrc/server/mapvoting.qh @@ -1,5 +1,4 @@ -#ifndef MAPVOTING_H -#define MAPVOTING_H +#pragma once // definitions for functions used outside mapvoting.qc void MapVote_Start(); @@ -13,4 +12,3 @@ string GameTypeVote_MapInfo_FixName(string m); float gametypevote; string getmapname_stored; float mapvote_initialized; -#endif