add zelda3::screen namespace

This commit is contained in:
scawful
2024-04-14 13:49:00 -05:00
parent e72b08eae4
commit cc05f1b469
7 changed files with 38 additions and 23 deletions

View File

@@ -8,6 +8,7 @@
namespace yaze {
namespace app {
namespace zelda3 {
namespace screen {
void Inventory::Create() {
data_.reserve(256 * 256);
@@ -86,6 +87,7 @@ absl::Status Inventory::BuildTileset() {
return absl::OkStatus();
}
} // namespace screen
} // namespace zelda3
} // namespace app
} // namespace yaze