1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Expose UnderlyingType for TIdentifier

This commit is contained in:
ζeh Matt
2021-11-30 18:34:02 +02:00
parent 810521bd5b
commit e201c3b7fd

View File

@@ -32,6 +32,8 @@ private:
}
public:
using UnderlyingType = T;
constexpr TIdentifier() = default;
static constexpr TIdentifier GetNull() noexcept