Lugdunum  0.1.0
Scene.inl
Go to the documentation of this file.
1 inline void Scene::setName(const std::string& name) {
2  _name = name;
3 }