aboutsummaryrefslogtreecommitdiff
path: root/src/Types.hpp
diff options
context:
space:
mode:
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