#pragma once #include #include "./imgui_entt_entity_editor.hpp" class ObjectStoreUI { ObjectStore2& _os; MM::EntityEditor _ee; public: ObjectStoreUI( ObjectStore2& os ); void render(void); };