camera.d 140 B

123456789
  1. module three.camera;
  2. struct Camera {
  3. void construct() pure @safe nothrow @nogc {
  4. }
  5. void destruct() pure @safe nothrow @nogc {
  6. }
  7. }