From 4addb711c6a1a282b0a59bf03e850a86ba2ead69 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sun, 8 Jan 2017 22:43:35 +0100 Subject: Initial --- global.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 global.h (limited to 'global.h') diff --git a/global.h b/global.h new file mode 100644 index 0000000..42a8180 --- /dev/null +++ b/global.h @@ -0,0 +1,6 @@ +#pragma once + +#include + +using i64 = int64_t; +using u64 = uint64_t; -- cgit v1.2.3-54-g00ecf