diff options
| author | uvok | 2026-01-11 11:02:54 +0100 |
|---|---|---|
| committer | uvok | 2026-01-11 11:02:54 +0100 |
| commit | a538fb5524fa771a16e8cc291cae6cce46ea546d (patch) | |
| tree | e85cc43d2851ab9423bebbf905d7e3e0c1e5cc6e /nandgame/cpp/simpc_ui.h | |
| parent | acd85c5766ae4fd4c7a961369540b3b5b4b4f146 (diff) | |
Move finish into UI
Diffstat (limited to 'nandgame/cpp/simpc_ui.h')
| -rw-r--r-- | nandgame/cpp/simpc_ui.h | 3 |
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); |
