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

@@ -10,6 +10,7 @@
namespace yaze {
namespace app {
namespace zelda3 {
namespace screen {
void TitleScreen::Create() {
tiles8Bitmap.Create(128, 512, 8, 0x20000);
@@ -124,6 +125,7 @@ void TitleScreen::LoadTitleScreen() {
pal_selected_ = 2;
}
} // namespace screen
} // namespace zelda3
} // namespace app
} // namespace yaze
} // namespace yaze