#pragma once #include namespace testbed { struct rect_component { SDL_Rect area; }; } // namespace testbed