Modules/3DScene/private/Scene.cpp
2024-06-18 17:59:14 +03:00

6 lines
No EOL
111 B
C++

#include "Scene.hpp"
bool tp::Scene::load(const std::string& scenePath) {
return loadLuaFormat(scenePath);
}