Remove rom namespace

This commit is contained in:
scawful
2022-07-09 22:52:07 -04:00
parent 31f1850800
commit 982cc789fe
10 changed files with 18 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ namespace yaze {
namespace app {
namespace editor {
void OverworldEditor::SetupROM(rom::ROM &rom) { rom_ = rom; }
void OverworldEditor::SetupROM(ROM &rom) { rom_ = rom; }
void OverworldEditor::Update() {
if (rom_.isLoaded() && !all_gfx_loaded_) {