scene.d 179 B

123456789101112
  1. module three.scene;
  2. import three.common;
  3. import three.mesh;
  4. struct Scene {
  5. void construct() pure @safe nothrow @nogc {
  6. }
  7. void destruct() pure @safe nothrow @nogc {
  8. }
  9. }