Refactor project management: create Project class for handling project file operations and remove message handling code

This commit is contained in:
scawful
2024-11-09 19:17:24 -05:00
parent 2098692ab0
commit b06d632ef9
3 changed files with 62 additions and 49 deletions

View File

@@ -4,7 +4,7 @@ set(
app/core/controller.cc
app/core/labeling.cc
app/emu/emulator.cc
app/core/message.cc
app/core/project.cc
app/core/utils/file_util.cc
)