#include "scene.hpp" void Scene::addShape(const Shape *obj) { objs.push_back(obj); }