diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 21:15:30 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 21:15:30 -0500 |
| commit | 9f475d92d1eeebf5f2ad7d0db5d96d92d655d111 (patch) | |
| tree | 22e151a4031ae28131cbf46d0fa7e886d733e3ea /ui.h | |
| parent | 942a6711361c371da0736cc62f0e3e2ed13f341b (diff) | |
| download | volute-9f475d92d1eeebf5f2ad7d0db5d96d92d655d111.zip | |
set ve
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ typedef struct { void init_ui(UI *ui); void set_displacement(UI *ui); void set_map(UI *ui, int idx); +void set_ve(UI *ui, int idx); void set_volume_flow_rate(UI *ui, int idx); void set_all_volume_flow_rate(UI *ui); void insert_point(UI *ui, int idx); |