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

@@ -11,6 +11,7 @@
namespace yaze {
namespace app {
namespace zelda3 {
namespace screen {
class TitleScreen {
public:
@@ -74,8 +75,9 @@ class TitleScreen {
gfx::Bitmap tiles8Bitmap; // 0x20000
};
} // namespace screen
} // namespace zelda3
} // namespace app
} // namespace yaze
#endif
#endif // YAZE_APP_ZELDA3_SCREEN_H