rect_component.h 124 B

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