overhaul directory structure

This commit is contained in:
Justin Scofield
2022-06-15 20:56:15 -04:00
parent 70c59d0e96
commit efcaad0f53
62 changed files with 6948 additions and 85 deletions

View File

@@ -27,7 +27,7 @@
// have an overworld map viewer, in less than few hours if are able to
// understand the data quickly
namespace yaze {
namespace Application {
namespace application {
namespace Editor {
void OverworldEditor::Update() {
if (rom_.isLoaded()) {
@@ -286,5 +286,5 @@ void OverworldEditor::DrawChangelist() {
}
} // namespace Editor
} // namespace Application
} // namespace application
} // namespace yaze