From 2b86c851562f86f69acbf4b773107077680d5068 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 7 Apr 2017 23:59:03 +0200 Subject: Push weechat plugin --- weechat/global.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 weechat/global.h (limited to 'weechat/global.h') 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 + + +typedef uint8_t u8; +typedef uint32_t u32; +typedef int32_t i32; +typedef uint64_t u64; +typedef int64_t i64; -- cgit v1.2.3-54-g00ecf