]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/irr_v3d.h
Fix background formspec elements from interfering with each other
[dragonfireclient.git] / src / irr_v3d.h
index 7bc73ad1088bc0c146af2cb614bffb8b1701a346..f74d601e8d548036fa74fc4837eb7844474f9569 100644 (file)
@@ -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