6 lines
No EOL
111 B
C++
6 lines
No EOL
111 B
C++
|
|
#include "Scene.hpp"
|
|
|
|
bool tp::Scene::load(const std::string& scenePath) {
|
|
return loadLuaFormat(scenePath);
|
|
} |