#include <functional>
#include <string>
#include <vector>
#include "app/gui/icons.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
class | yaze::editor::MenuBuilder |
Fluent interface for building ImGui menus with icons. More... | |
struct | yaze::editor::MenuBuilder::MenuItem |
struct | yaze::editor::MenuBuilder::Menu |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |
Macros | |
#define | IMGUI_DEFINE_MATH_OPERATORS |
#define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 10 of file menu_builder.h.