[nostalgia/studio] Add ClawViewer for unknown types
This commit is contained in:
@@ -79,9 +79,9 @@ class StudioUI: public ox::SignalHandler {
|
||||
|
||||
ox::Error openProject(const ox::String &path) noexcept;
|
||||
|
||||
ox::Error openFile(const ox::String &path) noexcept;
|
||||
ox::Error openFile(ox::CRStringView path) noexcept;
|
||||
|
||||
ox::Error openFileActiveTab(const ox::String &path, bool makeActiveTab) noexcept;
|
||||
ox::Error openFileActiveTab(ox::CRStringView path, bool makeActiveTab) noexcept;
|
||||
|
||||
ox::Error closeFile(const ox::String &path) noexcept;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user