X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Firr_v2d.h;h=a9065766be31509d1962bd71af597c1332ef9a4b;hb=5f1cd555cd9d1c64426e173b30b5b792d211c835;hp=0710684ce71ad61eb0aa06efffa24f01c658c68b;hpb=9f031a67594162a53b07acbfbc65faf8c4938e99;p=oweals%2Fminetest.git diff --git a/src/irr_v2d.h b/src/irr_v2d.h index 0710684ce..a9065766b 100644 --- a/src/irr_v2d.h +++ b/src/irr_v2d.h @@ -1,6 +1,6 @@ /* -Minetest-c55 -Copyright (C) 2010-2012 celeron55, Perttu Ahola +Minetest +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 -