summaryrefslogtreecommitdiff
path: root/nandgame/cpp/simpc_ui.h
diff options
context:
space:
mode:
authoruvok2026-01-11 11:02:54 +0100
committeruvok2026-01-11 11:02:54 +0100
commita538fb5524fa771a16e8cc291cae6cce46ea546d (patch)
treee85cc43d2851ab9423bebbf905d7e3e0c1e5cc6e /nandgame/cpp/simpc_ui.h
parentacd85c5766ae4fd4c7a961369540b3b5b4b4f146 (diff)
Move finish into UI
Diffstat (limited to 'nandgame/cpp/simpc_ui.h')
-rw-r--r--nandgame/cpp/simpc_ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nandgame/cpp/simpc_ui.h b/nandgame/cpp/simpc_ui.h
index 4f03d4a..8e07092 100644
--- a/nandgame/cpp/simpc_ui.h
+++ b/nandgame/cpp/simpc_ui.h
@@ -8,4 +8,5 @@
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
+ const std::unique_ptr<Vcomputer> &topp);
+void ui_finish(void);