aboutsummaryrefslogtreecommitdiff
path: root/src/Types.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-26 21:03:19 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-26 21:03:19 +0100
commit3f9ab56bd6ed874702900cc327894fc2593ab97b (patch)
tree98be2221266d7ad88b69860ad857c502a90840d7 /src/Types.hpp
parentf144f14d9c13f58afdcc86210824b25d9bf13a12 (diff)
Improve location pointer type flexibility
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