comenzado a crear paneles con imgui para controlar/debugear la ejecucion
This commit is contained in:
14
src/Chip8ControlPanel.h
Normal file
14
src/Chip8ControlPanel.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CHIP8CONTROLPANEL_H
|
||||
#define CHIP8CONTROLPANEL_H
|
||||
|
||||
|
||||
class Chip8ControlPanel {
|
||||
bool run = false;
|
||||
int steps = 10;
|
||||
int speed = 700;
|
||||
public:
|
||||
void render();
|
||||
};
|
||||
|
||||
|
||||
#endif //CHIP8CONTROLPANEL_H
|
||||
Reference in New Issue
Block a user