#pragma once #include <SDL3/SDL_rect.h> namespace testbed { struct position_component { SDL_FPoint point; }; } // namespace testbed