module; #include export module Math; export { struct Vector2 : D2D1_POINT_2F { }; struct Rect : D2D1_RECT_F { }; }