editor housekeeping

This commit is contained in:
scawful
2022-07-09 18:54:30 -04:00
parent b469cde90c
commit 908eb147a1
3 changed files with 5 additions and 25 deletions

View File

@@ -24,8 +24,9 @@ class AssemblyEditor {
void DrawEditMenu();
void SetEditorText();
std::string current_file_;
bool file_is_loaded_ = false;
std::string current_file_;
TextEditor text_editor_;
};