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

@@ -9,7 +9,7 @@
#ifndef DORAYME_SPHERE_H
#define DORAYME_SPHERE_H
#include <object.h>
#include <shape.h>
#include <ray.h>
#include <intersect.h>