[nostalgia] Update Studio to handle tabs and open directory dialog on Mac, Update core::init
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user