A
Size: a a a
A
A
t
Dv
Dv
A
t
modules/physics/physics.ixx
export module Physics;
export import Physics.Ball;
export import Physics.Engine;
export import Physics.QuadTree;
export import Physics.Utils;
We can also do the same for anything under Util.*. This leads us to a rather, I think, respectable looking ball-pit.cpp:
import Bridges.PGE;
import Physics;
import Util;
import World;
t
A
A
t
Dv
t
A
t
Dv
t
Dv
t
t