remove dungeon namespace

This commit is contained in:
scawful
2024-12-29 16:14:20 -05:00
parent 8cf16906e6
commit 7e470f2b33
14 changed files with 43 additions and 34 deletions

View File

@@ -17,7 +17,7 @@
namespace yaze {
namespace zelda3 {
namespace dungeon {
void Room::LoadHeader() {
// Address of the room header
@@ -485,7 +485,8 @@ void Room::LoadChests() {
}
}
} // namespace dungeon
} // namespace zelda3
} // namespace yaze