Minor - ECS use in save - V12.6.0

This commit is contained in:
2025-06-24 18:41:13 +02:00
parent 9d0d2d1dfd
commit e527e85b9c
7 changed files with 95 additions and 44 deletions

View File

@@ -3,6 +3,8 @@
#include <string>
#include <vector>
#include "ecs/entity.h"
class d_3d_class;
class object;
class application_class;
@@ -26,6 +28,8 @@ public:
private:
std::vector<std::shared_ptr<ecs::Entity>> entity_;
application_class* app_;
std::string scene_path_;
std::vector<object*> object_vec_;