Add ResourceLabelManager class

This commit is contained in:
scawful
2024-01-22 03:26:37 -05:00
parent a115b7ebe3
commit 5455b2a425
8 changed files with 164 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ add_executable(
../src/app/gfx/snes_palette.cc
../src/app/gfx/compression.cc
../src/app/core/common.cc
../src/app/core/labeling.cc
# ${ASAR_STATIC_SRC}
)