diff options
Diffstat (limited to 'material.h')
-rw-r--r-- | material.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #ifndef RT_MATERIAL_H #define RT_MATERIAL_H +#include "vec.h" #include "object.h" class object; |
index : rt | ||
My ray tracer. Written in C++11. Using nothing more than STL. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | material.h | 1 |
@@ -5,6 +5,7 @@ #ifndef RT_MATERIAL_H #define RT_MATERIAL_H +#include "vec.h" #include "object.h" class object; |