module three.scene; import three.common; import three.mesh; struct Scene { void construct() pure @safe nothrow @nogc { } void destruct() pure @safe nothrow @nogc { } }