rect_component.h 128 B

1234567891011
  1. #pragma once
  2. #include <SDL_rect.h>
  3. namespace testbed {
  4. struct rect_component {
  5. SDL_Rect area;
  6. };
  7. } // namespace testbed