#include "app/editor/system/settings_editor.h"
#include "absl/status/status.h"
#include "app/gui/feature_flags_menu.h"
#include "app/gfx/performance/performance_profiler.h"
#include "app/gui/style.h"
#include "app/gui/icons.h"
#include "app/gui/theme_manager.h"
#include "imgui/imgui.h"
#include "util/log.h"
#include <set>
#include <filesystem>
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |