Refactor flag handling: move FlagParser implementation to flag.cc, remove ResourceManager, and update includes

This commit is contained in:
scawful
2025-01-26 13:36:27 -05:00
parent c86fc17b13
commit c8d4efda2e
5 changed files with 53 additions and 74 deletions

View File

@@ -17,6 +17,7 @@ set(
set(
YAZE_UTIL_SRC
util/bps.cc
util/flag.cc
util/hex.cc
)
@@ -133,8 +134,7 @@ if (YAZE_BUILD_LIB)
FILES
incl/yaze.h
incl/zelda.h
incl/snes_tile.h
incl/snes_color.h
incl/snes.h
incl/overworld.h
incl/dungeon.h
DESTINATION