Eliminando codigo antiguo y creando base de control panel

This commit is contained in:
2025-06-23 23:59:46 -04:00
parent 13010642b6
commit de3b9f6769
19 changed files with 61 additions and 1167 deletions

View File

@@ -7,6 +7,7 @@ target_sources(
Interpreter/Interpreter.h Interpreter/Interpreter.cpp
Graphics/Graphics.h Graphics/Graphics.cpp
UI/UIManager.h UI/UIManager.cpp
UI/Chip8Display.h UI/Chip8Display.cpp
UI/Display.h UI/Display.cpp
UI/ControlPanel.h UI/ControlPanel.cpp
)
target_link_libraries(${PROJECT_NAME} PRIVATE vendor)