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

@@ -17,11 +17,10 @@
#include "imgui/imgui.h"
namespace yaze {
namespace app {
namespace gfx {
/**
* @namespace yaze::app::gfx::palette_group_internal
* @namespace yaze::gfx::palette_group_internal
* @brief Internal functions for loading palettes by group.
*/
namespace palette_group_internal {
@@ -352,5 +351,5 @@ absl::Status LoadAllPalettes(const std::vector<uint8_t> &rom_data,
} // namespace gfx
std::unordered_map<uint8_t, gfx::Paletteset> GfxContext::palettesets_;
} // namespace app
} // namespace yaze