diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 12:27:50 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 12:27:50 -0500 |
| commit | 8cd4a9079a3a4343c2e2fa34d41901569541ec98 (patch) | |
| tree | b5c94d79823c73eab85e86bc16ae8940b6b51145 /ui.h | |
| parent | 89fd08ec37e6b3d5191d20c2e3d219579255d934 (diff) | |
| download | volute-8cd4a9079a3a4343c2e2fa34d41901569541ec98.zip | |
reformat displacement when unit changes
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ typedef struct { 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_ve(UI *ui, int idx); void set_volume_flow_rate(UI *ui, int idx); |