Add classes Mesh and StaticMesh

This commit is contained in:
Jiga228
2025-10-10 19:39:30 +07:00
parent 2b2ed1f050
commit fedffa7634
14 changed files with 118 additions and 20 deletions
+1 -1
View File
@@ -77,5 +77,5 @@ public:
// Собирает все токены в JSON объект
std::string serialize() noexcept;
SaveMap* connect_to(const std::shared_ptr<SaveMap>& parent);
std::shared_ptr<SaveMap> connect_to(const std::shared_ptr<SaveMap>& parent);
};