summaryrefslogtreecommitdiff
path: root/src/common_irrlicht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common_irrlicht.h')
-rw-r--r--src/common_irrlicht.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common_irrlicht.h b/src/common_irrlicht.h
index 9f28687d9..88e74878b 100644
--- a/src/common_irrlicht.h
+++ b/src/common_irrlicht.h
@@ -32,5 +32,7 @@ typedef core::vector2d<s32> v2s32;
typedef core::vector2d<u32> v2u32;
typedef core::vector2d<f32> v2f32;
+typedef unsigned long long u64;
+
#endif