#pragma once #include namespace testbed { struct position_component { SDL_FPoint point; }; } // namespace testbed