From f6684418f22df4baaccdcda325cbe1beb8e6180a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 27 Mar 2023 08:59:13 +0200 Subject: editor: allow inspecting object id --- editor/inspect.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editor/inspect.cpp') diff --git a/editor/inspect.cpp b/editor/inspect.cpp index 415dcdff..1631f11c 100644 --- a/editor/inspect.cpp +++ b/editor/inspect.cpp @@ -34,6 +34,8 @@ template<> struct IGDT_ : std::integral_constant struct IGDT_ : std::integral_constant {}; template<> struct IGDT_ : std::integral_constant {}; template<> struct IGDT_ : std::integral_constant {}; +template<> struct IGDT_ : std::integral_constant {}; +template<> struct IGDT_ : std::integral_constant {}; template<> struct IGDT_ : std::integral_constant {}; template constexpr auto IGDT = IGDT_::value; @@ -203,6 +205,8 @@ MAKE_SPEC_REPRS2(uint16_t) MAKE_SPEC_REPRS2(int16_t) MAKE_SPEC_REPRS2(uint32_t) MAKE_SPEC_REPRS2(int32_t) +MAKE_SPEC_REPRS2(uint64_t) +MAKE_SPEC_REPRS2(int64_t) MAKE_SPEC_REPRS2(float) MAKE_SPEC(bool, field_repr::input) MAKE_SPEC(String, field_repr::input) -- cgit v1.2.3