aboutsummaryrefslogtreecommitdiff
path: root/src/Types.hpp
blob: 199b0df5f9d15b6536d98c0470ce277010d6220a (plain)
1
2
3
4
5
6
7
#pragma once

namespace pgnp {
typedef unsigned long long ull;
typedef unsigned int uint;
typedef ull loctype; // Choose location pointer type
}