10#include <imgui_internal.h>
54 void RunBuild(
bool isDebug,
bool runAfter =
false);
65 vex::ImGUIWrapper& m_ImGUIWrapper;
66 vex::Editor& m_editor;
67 std::vector<std::shared_ptr<BasicEditorWindow>> m_Windows;
Defines a simple structure for a basic, detachable editor window using ImGUI.
Contains main Engine class.
This file defines ImGUIWrapper class.
The main Editor class, inheriting from Engine and providing editor-specific functionality and UI.
This class provides an interface template for ImGui Implementation. Every backend should implement th...