Move GfxContext to editor/utils, update CMakeLists.txt

This commit is contained in:
scawful
2024-07-19 23:07:04 -04:00
parent f2d582c9c6
commit 4582a18f53
11 changed files with 32 additions and 53 deletions

View File

@@ -32,7 +32,7 @@ add_executable(
../src/app/emu/audio/dsp.cc
../src/app/emu/audio/spc700.cc
../src/app/emu/memory/memory.cc
../src/app/editor/context/gfx_context.cc
../src/app/editor/utils/gfx_context.cc
../src/app/gfx/bitmap.cc
../src/app/gfx/snes_tile.cc
../src/app/gfx/snes_color.cc