aboutsummaryrefslogtreecommitdiff
path: root/src/scene.cpp
blob: a8c0695fc11da85f037a2fb1e74f316444e2c1ee (plain)
1
2
3
4
5
#include "scene.hpp"

void Scene::addShape(const Shape *obj) {
    objs.push_back(obj);
}