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

@@ -4,7 +4,7 @@
#include "Graphics/Graphics.h"
#include "Interpreter/Interpreter.h"
#include "SDL3/SDL_events.h"
#include "UI/Chip8Display.h"
#include "UI/Display.h"
#include "UI/UIManager.h"
class Machine {