2#include "markdown/imgui_markdown.h"
3#include "Commands/EditorCommand.h"
12 void undo()
override {}
19 const char* licensesText =
nullptr;
20 ImGui::MarkdownConfig config;
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....
Abstract base class for all editor commands showing GUI in interactive mode.
void beginModal() override
Called when the command is initiated.
void apply() override
Run the command.
void showGui() override
Display custom ImGUI.
bool continueModal() override
Shall return true while the GUI should still be shown. False when.