diff options
Diffstat (limited to 'src/render.hpp')
-rw-r--r-- | src/render.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render.hpp b/src/render.hpp index 7557fce..8102686 100644 --- a/src/render.hpp +++ b/src/render.hpp @@ -1,8 +1,8 @@ #ifndef RENDER_H #define RENDER_H -#include "vector.hpp" -#include "ray.hpp" +#include "core/vector.hpp" +#include "core/ray.hpp" #include "scene.hpp" class Random { |