1
0

input_system.h 184 B

12345678910
  1. #pragma once
  2. #include <SDL3/SDL_events.h>
  3. #include <entt/entity/fwd.hpp>
  4. namespace testbed {
  5. void input_system(entt::registry &, const SDL_Event &, bool &);
  6. } // namespace testbed