X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fall.qh;h=ed44be777bf369acd3cc2ad697b89cb03b5bfd11;hp=b58389d4abb7955feb7c3c80934583fadd4f6f1b;hb=991de5e6922cd3c283de56c3249624f0f1bfe767;hpb=edf01df130d0d1877461561178b8833a9ab6051c diff --git a/qcsrc/common/vehicles/all.qh b/qcsrc/common/vehicles/all.qh index b58389d4ab..ed44be777b 100644 --- a/qcsrc/common/vehicles/all.qh +++ b/qcsrc/common/vehicles/all.qh @@ -1,5 +1,4 @@ -#ifndef VEHICLES_ALL_H -#define VEHICLES_ALL_H +#pragma once #include "vehicle.qh" @@ -21,6 +20,4 @@ const int VEH_FIRST = 1; REGISTER_VEHICLE(Null, NEW(Vehicle)); -#include "vehicle/_mod.inc" - -#endif +#include "vehicle/_mod.qh"