scene.d 158 B

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