diff options
| author | uvok | 2026-01-11 11:04:18 +0100 |
|---|---|---|
| committer | uvok | 2026-01-11 11:04:18 +0100 |
| commit | 68b1ea87aa8d2bb7be4706f9888944978013ae57 (patch) | |
| tree | 7e5b3c2c2f1777ff44117d359a9dfa961583cd47 /nandgame/cpp/simpc_ui.h | |
| parent | cf638ff41dab087910b9b6b7930e620773a6a433 (diff) | |
Rename functions
Diffstat (limited to 'nandgame/cpp/simpc_ui.h')
| -rw-r--r-- | nandgame/cpp/simpc_ui.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nandgame/cpp/simpc_ui.h b/nandgame/cpp/simpc_ui.h index 8e07092..3312b64 100644 --- a/nandgame/cpp/simpc_ui.h +++ b/nandgame/cpp/simpc_ui.h @@ -5,8 +5,8 @@ #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, +void simpc_ui_init(void); +void simpc_ui_write(const std::unique_ptr<Vcomputer> &topp, int &i, StepPosition_t sp); +void simpc_ui_finish_message(const std::unique_ptr<VerilatedContext> &contextp, const std::unique_ptr<Vcomputer> &topp); -void ui_finish(void); +void simpc_ui_cleanup(void); |
