Refactor command handlers for improved code organization and readability

This commit is contained in:
scawful
2024-08-31 09:56:11 -04:00
parent dc0d947e35
commit f682f22eab
6 changed files with 114 additions and 105 deletions

View File

@@ -1,7 +1,9 @@
add_executable(
z3ed
cli/z3ed.cc
cli/command_handler.cc
cli/handlers/compress.cc
cli/handlers/patch.cc
cli/handlers/tile16_transfer.cc
app/rom.cc
app/core/common.cc
app/core/labeling.cc