aboutsummaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh
index 4737c54..384d76e 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -16,6 +16,8 @@
typedef uint8_t uint8;
typedef uint16_t uint16;
typedef uint32_t uint32;
+typedef int64_t int64;
+typedef uint64_t uint64;
typedef uintptr_t uintptr;
typedef size_t usize;