aboutsummaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-01-12 18:48:40 +0100
committerJulian T <julian@jtle.dk>2021-01-12 18:48:40 +0100
commit8251be3e7ec0e381391c951fd4c8f1ab8080bef9 (patch)
tree8caaf285d59fadb3fb4ce6f3a4c9e1d956d8e21e /src/object.hpp
parent0f9e88ccf0510ab4d830529fa539ef6db715f988 (diff)
Reorgranize source file structure
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object.hpp b/src/object.hpp
index 3b108fb..1cfb254 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -2,8 +2,8 @@
#define OBJECT_H
#include <memory>
-#include "vector.hpp"
-#include "ray.hpp"
+#include "core/vector.hpp"
+#include "core/ray.hpp"
class Color : public Vec3d {
public: