#pragma once #include <SDL_rect.h> namespace testbed { struct rect_component { SDL_Rect area; }; } // namespace testbed