Added the AssemblyEditor class

This commit is contained in:
scawful
2022-07-09 18:12:09 -04:00
parent 701e8e19a9
commit a038290ebb
5 changed files with 85 additions and 28 deletions

View File

@@ -40,6 +40,7 @@ add_executable(
gui/style.cc
gui/widgets.cc
app/editor/editor.cc
app/editor/assembly_editor.cc
app/editor/overworld_editor.cc
app/rom.cc
app/core/common.cc