From 3f9ab56bd6ed874702900cc327894fc2593ab97b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 21:03:19 +0100 Subject: Improve location pointer type flexibility --- src/Types.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Types.hpp') diff --git a/src/Types.hpp b/src/Types.hpp index 88f17e1..199b0df 100644 --- a/src/Types.hpp +++ b/src/Types.hpp @@ -2,4 +2,6 @@ namespace pgnp { typedef unsigned long long ull; +typedef unsigned int uint; +typedef ull loctype; // Choose location pointer type } \ No newline at end of file -- cgit v1.2.3