aboutsummaryrefslogtreecommitdiff
path: root/weechat/global.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-04-07 23:59:03 +0200
committertomsmeding <tom.smeding@gmail.com>2017-04-07 23:59:03 +0200
commit2b86c851562f86f69acbf4b773107077680d5068 (patch)
tree170e3e3305ac41b366d20ae8988489b7bc7f0395 /weechat/global.h
parenta75b3f7b47c074f2191a33c1f14ad4148754ed80 (diff)
Push weechat plugin
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;