diff options
Diffstat (limited to 'nandgame/cpp/simpc_ui.h')
| -rw-r--r-- | nandgame/cpp/simpc_ui.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nandgame/cpp/simpc_ui.h b/nandgame/cpp/simpc_ui.h new file mode 100644 index 0000000..4f03d4a --- /dev/null +++ b/nandgame/cpp/simpc_ui.h @@ -0,0 +1,11 @@ +#pragma once + +#include "Vcomputer.h" +#include "simpc_types.h" + +#include <memory> + +void draw_init(void); +void draw_ui(const std::unique_ptr<Vcomputer> &topp, int &i, StepPosition_t sp); +void draw_finish(const std::unique_ptr<VerilatedContext> &contextp, + const std::unique_ptr<Vcomputer> &topp);
\ No newline at end of file |
