mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-02 18:39:20 -06:00
Yet more cleanup
This commit is contained in:
@@ -147,9 +147,10 @@ public:
|
||||
};
|
||||
|
||||
Profile() = default;
|
||||
explicit Profile(const std::string& filename);
|
||||
Profile(const std::vector<std::string>& content);
|
||||
std::string serialize() const;
|
||||
|
||||
virtual ~Profile() {};
|
||||
std::string convertToScene() const;
|
||||
|
||||
/**
|
||||
* Saves all current settings, starting from the profile that was loaded at startup,
|
||||
@@ -167,11 +168,6 @@ public:
|
||||
ProfileData profile;
|
||||
};
|
||||
|
||||
std::string serialize(const ProfileData& ps);
|
||||
ProfileData deserialize(const std::vector<std::string>& content);
|
||||
|
||||
std::string convertToSceneFile(const ProfileData& ps);
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACE_CORE___PROFILE___H__
|
||||
|
||||
Reference in New Issue
Block a user