#include <deque>
#include <string>
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::editor::Toast |
class | yaze::editor::ToastManager |
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 |
Enumerations | |
enum class | yaze::editor::ToastType { yaze::editor::kInfo , yaze::editor::kSuccess , yaze::editor::kWarning , yaze::editor::kError } |
#define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 9 of file toast_manager.h.