#pragma once #include #include #include #include namespace util { using namespace std::string_view_literals; // used for imgui inline constexpr std::array tagStringsC = { "none" }; inline constexpr std::array tagStrings = { "none"sv }; }