summaryrefslogtreecommitdiff
path: root/src/engine/editor/SceneManager.h
diff options
context:
space:
mode:
authorKiritoDv <36680385+KiritoDv@users.noreply.github.com>2025-05-16 02:44:40 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-05-16 02:44:40 +0000
commitb53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch)
tree441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /src/engine/editor/SceneManager.h
parentbdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff)
clang formatclang-format
Diffstat (limited to 'src/engine/editor/SceneManager.h')
-rw-r--r--src/engine/editor/SceneManager.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/engine/editor/SceneManager.h b/src/engine/editor/SceneManager.h
index 58699107e..2d174d70c 100644
--- a/src/engine/editor/SceneManager.h
+++ b/src/engine/editor/SceneManager.h
@@ -2,12 +2,12 @@
#include "engine/courses/Course.h"
namespace Editor {
- void SaveLevel();
- void LoadLevel(std::shared_ptr<Ship::Archive> archive, Course* course, std::string sceneFile);
- void Load_AddStaticMeshActor(const nlohmann::json& actorJson);
- void SetSceneFile(std::shared_ptr<Ship::Archive> archive, std::string sceneFile);
- void LoadMinimap(std::shared_ptr<Ship::Archive> archive, Course* course, std::string filePath);
+void SaveLevel();
+void LoadLevel(std::shared_ptr<Ship::Archive> archive, Course* course, std::string sceneFile);
+void Load_AddStaticMeshActor(const nlohmann::json& actorJson);
+void SetSceneFile(std::shared_ptr<Ship::Archive> archive, std::string sceneFile);
+void LoadMinimap(std::shared_ptr<Ship::Archive> archive, Course* course, std::string filePath);
- extern std::shared_ptr<Ship::Archive> CurrentArchive; // This is used to retrieve and write the scene data file
- extern 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;
+} // namespace Editor