Scene Setup 1

This commit is contained in:
MegaMech
2025-04-17 11:33:02 -06:00
parent 6c7f59148b
commit a91b580980
11 changed files with 91 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Editor {
void SaveLevel();
void LoadLevel(std::string sceneFile);
void Load_AddStaticMeshActor(const nlohmann::json& actorJson);
void SetSceneFile(std::string sceneFile);
void SetSceneFile(std::string archive, std::string sceneFile);
extern std::shared_ptr<Ship::Archive> CurrentArchive; // This is used to retrieve and write the scene data file
extern std::string SceneFile;