Renaming Object to Shape (part 2)

This commit is contained in:
Godzil
2020-02-18 11:43:05 +00:00
parent 5a4f9f4dc4
commit af96d52c5a
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
*/
#include <ray.h>
#include <transformation.h>
#include <object.h>
#include <shape.h>
#include <gtest/gtest.h>