command_system.h 109 B

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