X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Firr_v2d.h;h=a9065766be31509d1962bd71af597c1332ef9a4b;hb=5f1cd555cd9d1c64426e173b30b5b792d211c835;hp=9a04928668300f2a1e77d6f62996f777677b41bf;hpb=497ff1ecd64c8908f988e15ca879824f2781e3fd;p=oweals%2Fminetest.git diff --git a/src/irr_v2d.h b/src/irr_v2d.h index 9a0492866..a9065766b 100644 --- a/src/irr_v2d.h +++ b/src/irr_v2d.h @@ -1,6 +1,6 @@ /* Minetest -Copyright (C) 2010-2012 celeron55, Perttu Ahola +Copyright (C) 2010-2013 celeron55, Perttu Ahola This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef IRR_V2D_HEADER -#define IRR_V2D_HEADER +#pragma once #include "irrlichttypes.h" @@ -29,6 +28,3 @@ typedef core::vector2d v2s16; typedef core::vector2d v2s32; typedef core::vector2d v2u32; typedef core::vector2d v2f32; - -#endif -