From f144f14d9c13f58afdcc86210824b25d9bf13a12 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 20:50:24 +0100 Subject: Improve parsing data type --- src/Types.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Types.hpp (limited to 'src/Types.hpp') diff --git a/src/Types.hpp b/src/Types.hpp new file mode 100644 index 0000000..88f17e1 --- /dev/null +++ b/src/Types.hpp @@ -0,0 +1,5 @@ +#pragma once + +namespace pgnp { +typedef unsigned long long ull; +} \ No newline at end of file -- cgit v1.2.3