#pragma once #include <entt/entity/fwd.hpp> namespace testbed { void imgui_system(entt::registry &); } // namespace testbed