remove app namespace

This commit is contained in:
scawful
2024-12-28 21:28:51 -05:00
parent 3ebe17c7bd
commit e05e7c35db
174 changed files with 475 additions and 658 deletions

View File

@@ -27,8 +27,6 @@
#include "app/gfx/snes_tile.h"
namespace yaze {
namespace app {
/**
* @brief Different versions of the game supported by the Rom class.
*/
@@ -597,7 +595,6 @@ class SharedRom {
static std::shared_ptr<Rom> shared_rom_;
};
} // namespace app
} // namespace yaze
#endif