summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index 376cc4a71..f722dd130 100644
--- a/pref.h
+++ b/pref.h
@@ -45,8 +45,10 @@ struct preferences {
int map_provider;
short display_invalid_dives;
short show_invalid;
+ short unit_system;
struct units units;
};
+enum unit_system_values { METRIC, IMPERIAL, PERSONALIZE };
extern struct preferences prefs, default_prefs;