X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Fall.qh;h=1a77e989121b0cade1ab49e584f93e6e575b29d4;hb=3bbcff2475d1b2efc1314a358bf60c6fba6e4be6;hp=a993b9218a22cf77ae2df4f80870d2115b3b9fde;hpb=eac60648c4017e495060dd3ba9e50ac4bad5000a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/turrets/all.qh b/qcsrc/common/turrets/all.qh index a993b9218..1a77e9891 100644 --- a/qcsrc/common/turrets/all.qh +++ b/qcsrc/common/turrets/all.qh @@ -1,7 +1,6 @@ -#ifndef TURRETS_ALL_H -#define TURRETS_ALL_H +#pragma once -#include +#include #include "config.qh" #include "turret.qh" @@ -75,5 +74,3 @@ const int TUR_FIRST = 1; REGISTER_TURRET(Null, NEW(Turret)); #include "turret/_mod.inc" - -#endif