Added PaletteEditor class

This commit is contained in:
Justin Scofield
2022-07-25 11:27:30 -04:00
parent 7b09db66c6
commit e5d757e96c
3 changed files with 43 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ add_executable(
app/editor/dungeon_editor.cc
app/editor/master_editor.cc
app/editor/overworld_editor.cc
app/editor/palette_editor.cc
app/editor/screen_editor.cc
app/gfx/bitmap.cc
app/gfx/pseudo_vram.cc