This commit is contained in:
darkrose 2014-09-03 03:35:40 +10:00
parent 26e9717497
commit 5d430d2d53
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ typedef core::aabbox3d<f32> aabb3f;
// irrlicht 1.8+ has it's own irr::u64
#if (IRRLICHT_VERSION_MAJOR >= 1 && IRRLICHT_VERSION_MINOR >= 8) || IRRLICHT_VERSION_MAJOR >= 2
#else
#ifdef _MSC_VER
// Windows
typedef unsigned long long u64;