#pragma once namespace testbed { struct velocity_component { float dx{}; float dy{}; }; } // namespace testbed