3D scene stable

This commit is contained in:
IlyaShurupov 2024-06-18 17:57:42 +03:00
parent 5d96d6905f
commit 119e610db6
14 changed files with 96 additions and 45 deletions

View file

@ -1,2 +1,6 @@
#include "Scene.hpp"
#include "Scene.hpp"
bool tp::Scene::load(const std::string& scenePath) {
return loadLuaFormat(scenePath);
}