namespace housekeeping continued x3

This commit is contained in:
Justin Scofield
2022-06-20 14:07:35 -04:00
parent f9e0ed17bf
commit 350d5526de
9 changed files with 78 additions and 78 deletions

View File

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