X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Firr_v3d.h;h=3e95c7913ca084678b09eabb9f7d40620d578617;hb=a93712458b2f8914fdb43ec436c5caf908ba93b8;hp=7bc73ad1088bc0c146af2cb614bffb8b1701a346;hpb=979ca23f1eae1adeb8b0083dffe7203c54d87395;p=minetest.git diff --git a/src/irr_v3d.h b/src/irr_v3d.h index 7bc73ad10..3e95c7913 100644 --- a/src/irr_v3d.h +++ b/src/irr_v3d.h @@ -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 -