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

@@ -133,7 +133,6 @@ bool InputScalarLeft(const char* label, ImGuiDataType data_type, void* p_data,
} // namespace ImGui
namespace yaze {
namespace app {
namespace gui {
const int kStepOneHex = 0x01;
@@ -282,5 +281,5 @@ void FileDialogPipeline(absl::string_view display_key,
}
} // namespace gui
} // namespace app
} // namespace yaze