aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index 9fa170f..c8388c4 100644
--- a/ui.h
+++ b/ui.h
@@ -1,5 +1,6 @@
typedef struct {
- Field displacement;
+ w_Field displacement;
+ w_Select displacement_unit;
} UI;
void init_ui(UI *ui);