[olympic/studio] Make Project::romFS return a reference
This commit is contained in:
@@ -64,7 +64,7 @@ class Project {
|
||||
ox::String const&projectPath() const noexcept;
|
||||
|
||||
[[nodiscard]]
|
||||
ox::FileSystem *romFs() noexcept;
|
||||
ox::FileSystem &romFs() noexcept;
|
||||
|
||||
ox::Error mkdir(ox::CRStringView path) const noexcept;
|
||||
|
||||
|
Reference in New Issue
Block a user