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