1
1

camera.d 162 B

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