]> git.lizzy.rs Git - minetest.git/blobdiff - src/irr_v3d.h
s_env.{cpp, h} cleanups
[minetest.git] / src / irr_v3d.h
index 21051f93c8bc47327ab104dba519de6118d586f2..f74d601e8d548036fa74fc4837eb7844474f9569 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 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
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 typedef core::vector3df v3f;
 typedef core::vector3d<s16> v3s16;
+typedef core::vector3d<u16> v3u16;
 typedef core::vector3d<s32> v3s32;
 
 #endif