Improve AssemblyEditor class

This commit is contained in:
scawful
2022-07-09 18:41:30 -04:00
parent a038290ebb
commit 30557fd528
4 changed files with 64 additions and 51 deletions

View File

@@ -20,6 +20,8 @@ class AssemblyEditor {
void ChangeActiveFile(const std::string &);
private:
void DrawFileMenu();
void DrawEditMenu();
void SetEditorText();
std::string current_file_;