From e201c3b7fdac3be6548183f2dc64036f7cb33f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Tue, 30 Nov 2021 18:34:02 +0200 Subject: [PATCH] Expose UnderlyingType for TIdentifier --- src/openrct2/core/Identifier.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openrct2/core/Identifier.hpp b/src/openrct2/core/Identifier.hpp index a08156e498..e93f8f17ae 100644 --- a/src/openrct2/core/Identifier.hpp +++ b/src/openrct2/core/Identifier.hpp @@ -32,6 +32,8 @@ private: } public: + using UnderlyingType = T; + constexpr TIdentifier() = default; static constexpr TIdentifier GetNull() noexcept