Beispiel #1
0
		bool Scene::Load(Rid rid) {
			SceneLoader sl;
			return sl.Load(rid, this->root);
		}