remove overworld namespace

This commit is contained in:
scawful
2024-12-29 16:12:53 -05:00
parent ed36d53600
commit 8cf16906e6
15 changed files with 39 additions and 61 deletions

View File

@@ -13,7 +13,6 @@
namespace yaze {
namespace zelda3 {
namespace overworld {
static constexpr int kTileOffsets[] = {0, 8, 4096, 4104};
@@ -184,9 +183,7 @@ class OverworldMap : public GfxContext {
gfx::SnesPalette current_palette_;
};
} // namespace overworld
} // namespace zelda3
} // namespace yaze
#endif