Skip to content
Snippets Groups Projects
LightShape.h 144 B
Newer Older
#pragma once

#include "Light.h"
#include "Shape.h"

namespace shapes {
class LightShape : public Light, public Shape {};
}  // namespace shapes