#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. | |
Enumerations | |
enum class | yaze::editor::ToastType { yaze::editor::kInfo , yaze::editor::kSuccess , yaze::editor::kWarning , yaze::editor::kError } |