26 std::wstring get_scene_path();
27 std::string convert_w_string_to_string(
const std::wstring& w_str);
31 std::vector<std::shared_ptr<ecs::Entity>> entity_;
34 std::string scene_path_;
35 std::vector<object*> object_vec_;
37 std::filesystem::path w_folder_;