Refactor project structure: remove labeling.h and update references to use project.h, enhancing code clarity and maintainability

This commit is contained in:
scawful
2024-11-09 21:04:39 -05:00
parent a1443e8187
commit 8555dacdb5
12 changed files with 212 additions and 243 deletions

View File

@@ -6,7 +6,6 @@ add_executable(
cli/handlers/tile16_transfer.cc
app/rom.cc
app/core/common.cc
app/core/labeling.cc
app/editor/utils/gfx_context.cc
${YAZE_APP_EMU_SRC}
${YAZE_APP_GFX_SRC}