imgui_system.h 134 B

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