Remove ImGuiColorTextEdit integration and update includes for TextEditor

This commit is contained in:
scawful
2024-12-31 15:25:26 -05:00
parent 9215e4d614
commit 9745e7005c
6 changed files with 7 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
#include "assembly_editor.h"
#include "ImGuiColorTextEdit/TextEditor.h"
#include "ImGuiFileDialog/ImGuiFileDialog.h"
#include "absl/strings/str_cat.h"
#include "app/core/platform/file_dialog.h"
#include "app/gui/icons.h"
#include "app/gui/modules/text_editor.h"
namespace yaze {
namespace editor {

View File

@@ -3,9 +3,9 @@
#include <string>
#include "ImGuiColorTextEdit/TextEditor.h"
#include "app/core/common.h"
#include "app/editor/editor.h"
#include "app/gui/modules/text_editor.h"
#include "app/gui/style.h"
namespace yaze {

View File

@@ -834,5 +834,4 @@ void DungeonEditor::DrawUsageGrid() {
}
} // namespace editor
} // namespace yaze