[nostalgia] Update Studio to handle tabs and open directory dialog on Mac, Update core::init

This commit is contained in:
2021-10-31 13:31:12 -05:00
parent e29f65f351
commit ad743565b2
28 changed files with 416 additions and 155 deletions
+2 -2
View File
@@ -39,10 +39,10 @@ ox::String filePathToName(const ox::String &path, const ox::String &prefix, cons
class NOSTALGIASTUDIO_EXPORT Project {
private:
ox::String m_path = "";
mutable ox::UniquePtr<ox::FileSystem> m_fs;
mutable ox::FileSystem *m_fs = nullptr;
public:
explicit Project(const ox::String &path) noexcept;
explicit Project(ox::FileSystem *fs, const ox::String &path) noexcept;
ox::Error create() noexcept;