module three.viewport; struct Viewport { void construct() pure @safe nothrow @nogc { } void destruct() pure @safe nothrow @nogc { } }