Skip to content
Snippets Groups Projects
Commit d48df1ae authored by Yoel's avatar Yoel
Browse files

Created a new interface, this inherites both shape and light and is therefore a combination of both

parent 7d951204
No related branches found
No related tags found
No related merge requests found
#pragma once
#include "Light.h"
#include "Shape.h"
namespace shapes {
class LightShape : public Light, public Shape {};
} // namespace shapes
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment