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

@@ -21,7 +21,6 @@
#include "imgui_memory_editor.h"
namespace yaze {
namespace app {
namespace gui {
constexpr ImVec2 kDefaultModalSize = ImVec2(200, 0);
@@ -64,7 +63,7 @@ void FileDialogPipeline(absl::string_view display_key,
std::function<void()> callback);
} // namespace gui
} // namespace app
} // namespace yaze
#endif