position_component.h 129 B

123456789
  1. #pragma once
  2. #include <SDL3/SDL_rect.h>
  3. namespace testbed {
  4. struct position_component: SDL_FPoint {};
  5. } // namespace testbed