#include <map>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "app/gui/color.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::gui::EnhancedTheme |
Comprehensive theme structure for YAZE. More... | |
class | yaze::gui::ThemeManager |
Manages themes, loading, saving, and switching. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |