put palette_group_internal inside of gfx namespace
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user