#include <functional>
#include <string>
#include <unordered_map>
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
class | yaze::app::editor::CommandManager |
struct | yaze::app::editor::CommandManager::CommandInfo |
struct | yaze::app::editor::CommandManager::CommandInfoOrPrefix |
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::editor |
Editors are the view controllers for the application. | |
Functions | |
ImGuiKey | yaze::app::editor::MapKeyToImGuiKey (char key) |