diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 12:40:27 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 12:40:27 -0500 |
| commit | e9e5c21068ab8d92b69d522a752f4362a112242b (patch) | |
| tree | f6ea257ccc6c70e3e5539fc622f604edd50a9a53 /ui.h | |
| parent | ad29f3a56e4db0c56e216cd0b4a0f1bdbcc47ff8 (diff) | |
| download | volute-e9e5c21068ab8d92b69d522a752f4362a112242b.zip | |
reformat MAP when unit changes
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ void init_ui(UI *ui); void set_displacement(UI *ui); void set_displacement_unit(UI* ui); void set_map(UI *ui, int idx); +void set_map_unit(UI *ui); void set_ve(UI *ui, int idx); void set_volume_flow_rate(UI *ui, int idx); void set_all_volume_flow_rate(UI *ui); |