aboutsummaryrefslogtreecommitdiff
path: root/weechat/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/global.h')
-rw-r--r--weechat/global.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/weechat/global.h b/weechat/global.h
new file mode 100644
index 0000000..10274a9
--- /dev/null
+++ b/weechat/global.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <stdint.h>
+
+
+typedef uint8_t u8;
+typedef uint32_t u32;
+typedef int32_t i32;
+typedef uint64_t u64;
+typedef int64_t i64;