aboutsummaryrefslogtreecommitdiff
path: root/src/Types.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-26 20:50:24 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-26 20:50:24 +0100
commitf144f14d9c13f58afdcc86210824b25d9bf13a12 (patch)
treec04de1c77020eaa0f0b52d5e4d5b90b13d6553da /src/Types.hpp
parent0fa6b682f5fcc63d3b212eeb52d998d0e33062ba (diff)
Improve parsing data type
Diffstat (limited to 'src/Types.hpp')
-rw-r--r--src/Types.hpp5
1 files changed, 5 insertions, 0 deletions
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