#include <string>
#include "ImGuiColorTextEdit/TextEditor.h"
#include "app/core/common.h"
#include "app/editor/editor.h"
#include "app/gui/style.h"
Go to the source code of this file.
Classes | |
class | yaze::app::editor::AssemblyEditor |
Text editor for modifying assembly code. More... | |
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::editor |
Editors are the view controllers for the application. | |