aboutsummaryrefslogtreecommitdiff
path: root/src/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types.hpp')
-rw-r--r--src/Types.hpp2
1 files changed, 2 insertions, 0 deletions
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