ray.h 204 B

123456789101112
  1. /*
  2. * DoRayMe - a quick and dirty Raytracer
  3. * Ray header
  4. *
  5. * Created by Manoël Trapier
  6. * Copyright (c) 2020 986-Studio.
  7. *
  8. */
  9. #ifndef DORAYME_RAY_H
  10. #define DORAYME_RAY_H
  11. #endif //DORAYME_RAY_H