Removed constants namespace

This commit is contained in:
Justin Scofield
2022-07-19 15:37:56 +00:00
parent 3be2f67003
commit 9f760d922a
7 changed files with 71 additions and 107 deletions

View File

@@ -28,7 +28,6 @@ using uchar = unsigned char;
namespace yaze {
namespace app {
namespace core {
namespace constants {
//===========================================================================================
// 65816 LanguageDefinition
@@ -1232,7 +1231,6 @@ static const std::string TileTypeNames[] = {
"$FE Door X top? (unused?)",
"$FF Door X top? (unused?)"};
} // namespace constants
} // namespace core
} // namespace app
} // namespace yaze