Rename tuple file to remove the plural.
Also add empty shell ray.
This commit is contained in:
12
source/include/ray.h
Normal file
12
source/include/ray.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* DoRayMe - a quick and dirty Raytracer
|
||||
* Ray header
|
||||
*
|
||||
* Created by Manoël Trapier
|
||||
* Copyright (c) 2020 986-Studio.
|
||||
*
|
||||
*/
|
||||
#ifndef DORAYME_RAY_H
|
||||
#define DORAYME_RAY_H
|
||||
|
||||
#endif //DORAYME_RAY_H
|
||||
Reference in New Issue
Block a user