Expand ScreenEditor and Screen class

This commit is contained in:
Justin Scofield
2022-07-19 20:22:17 -04:00
parent 1e2579acc8
commit 8af096c1ae
5 changed files with 301 additions and 62 deletions

View File

@@ -44,6 +44,7 @@ add_executable(
app/editor/assembly_editor.cc
app/editor/dungeon_editor.cc
app/editor/overworld_editor.cc
app/editor/screen_editor.cc
app/rom.cc
app/core/common.cc
app/core/constants.cc
@@ -54,6 +55,7 @@ add_executable(
app/gfx/snes_palette.cc
app/zelda3/overworld.cc
app/zelda3/overworld_map.cc
app/zelda3/screen.cc
# GUI libraries
${IMGUI_PATH}/imgui.cpp
${IMGUI_PATH}/imgui_demo.cpp