#include "Light.h" #include "util/Vector.h" Light::Light(const Vector & position, const Color & color) { m_position = position; }