X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Fnexball%2Fnexball.qh;h=53797d2bc6d245dc7de9ee17abaa5143836a5e31;hp=9dd8042be32ab87f369874e7718ca1e19feb2031;hb=b0210c08a287ad4631e16ddf3a83a0b0c546283f;hpb=868c953a2bff5ddb11700a7d160e66014d9704de diff --git a/qcsrc/common/gamemodes/gamemode/nexball/nexball.qh b/qcsrc/common/gamemodes/gamemode/nexball/nexball.qh index 9dd8042be..53797d2bc 100644 --- a/qcsrc/common/gamemodes/gamemode/nexball/nexball.qh +++ b/qcsrc/common/gamemodes/gamemode/nexball/nexball.qh @@ -1,5 +1,4 @@ -#ifndef GAMEMODE_NEXBALL_H -#define GAMEMODE_NEXBALL_H +#pragma once #ifdef SVQC //EF_BRIGHTFIELD|EF_BRIGHTLIGHT|EF_DIMLIGHT|EF_BLUE|EF_RED|EF_FLAME @@ -35,4 +34,3 @@ float nb_teams; .float teamtime; #endif -#endif