put palette_group_internal inside of gfx namespace

This commit is contained in:
scawful
2024-04-14 15:38:43 -05:00
parent 82ee1ad62d
commit 5f7cd952d9

View File

@@ -18,9 +18,10 @@
namespace yaze {
namespace app {
namespace gfx {
/**
* @namespace yaze::app::palette_group_internal
* @namespace yaze::app::gfx::palette_group_internal
* @brief Internal functions for loading palettes by group.
*/
namespace palette_group_internal {
@@ -182,8 +183,6 @@ absl::Status LoadOverworldMiniMapPalettes(
}
} // namespace palette_group_internal
namespace gfx {
const absl::flat_hash_map<std::string, uint32_t> kPaletteGroupAddressMap = {
{"ow_main", core::overworldPaletteMain},
{"ow_aux", core::overworldPaletteAuxialiary},