X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Firr_v3d.h;h=3e95c7913ca084678b09eabb9f7d40620d578617;hb=37923920a07f06d201662d8f1f4e5821efcc7b09;hp=21051f93c8bc47327ab104dba519de6118d586f2;hpb=9f031a67594162a53b07acbfbc65faf8c4938e99;p=oweals%2Fminetest.git diff --git a/src/irr_v3d.h b/src/irr_v3d.h index 21051f93c..3e95c7913 100644 --- a/src/irr_v3d.h +++ b/src/irr_v3d.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,16 +17,14 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef IRR_V3D_HEADER -#define IRR_V3D_HEADER +#pragma once #include "irrlichttypes.h" #include typedef core::vector3df v3f; +typedef core::vector3d v3d; typedef core::vector3d v3s16; +typedef core::vector3d v3u16; typedef core::vector3d v3s32; - -#endif -