Add EditorContext, refactor utils, add system managers

This commit is contained in:
scawful
2024-11-19 23:10:23 -05:00
parent 0b9f7ee6fa
commit 21314702e8
27 changed files with 191 additions and 154 deletions

View File

@@ -7,7 +7,6 @@ add_executable(
app/rom.cc
app/core/common.cc
app/core/project.cc
app/editor/utils/gfx_context.cc
app/core/platform/file_path.mm
${YAZE_APP_EMU_SRC}
${YAZE_APP_GFX_SRC}