]> git.lizzy.rs Git - minetest.git/blobdiff - src/irrlichttypes.h
Fix mod paths
[minetest.git] / src / irrlichttypes.h
index 7ab83bb7d4b14eea92ad5dc4a0dba072d08e688a..67c96a653ca70f592bebea7aecc10ed2831336ef 100644 (file)
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <irrList.h>
 #include <irrArray.h>
 #include <aabbox3d.h>
+#include <SColor.h>
 using namespace irr;
 typedef core::vector3df v3f;
 typedef core::vector3d<s16> v3s16;
@@ -38,6 +39,8 @@ typedef core::vector2d<s32> v2s32;
 typedef core::vector2d<u32> v2u32;
 typedef core::vector2d<f32> v2f32;
 
+typedef core::aabbox3d<f32> aabb3f;
+
 #ifdef _MSC_VER
        // Windows
        typedef unsigned long long u64;