From 9f475d92d1eeebf5f2ad7d0db5d96d92d655d111 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 21:15:30 -0500 Subject: set ve --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 2a57001..f1c4137 100644 --- a/ui.h +++ b/ui.h @@ -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); -- cgit v1.2.3