overhaul directory structure
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user