add inline assembly editor

This commit is contained in:
scawful
2022-12-30 16:41:10 -06:00
parent deaeedfc87
commit 3c244184ab
2 changed files with 17 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ class AssemblyEditor {
AssemblyEditor();
void Update();
void InlineUpdate();
void ChangeActiveFile(const std::string &);
private: