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

@@ -12,7 +12,7 @@
#include "app/core/project.h"
#include "app/editor/code/assembly_editor.h"
#include "app/editor/code/memory_editor.h"
#include "app/editor/context/gfx_context.h"
#include "app/editor/utils/gfx_context.h"
#include "app/editor/dungeon_editor.h"
#include "app/editor/graphics/graphics_editor.h"
#include "app/editor/graphics/palette_editor.h"