summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-05 06:32:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-05 06:32:23 -0700
commit896b7a5e74b4dad8c726b9983f56776bf9995294 (patch)
treeebbae19432798e5358fbf5c8d31d16dd88ea29de /pref.h
parent74e295698629f27178abac7fee0ac61fc80fc63d (diff)
parentddfd046c8d0efe3bebc5c14b3d53e6d39eabe217 (diff)
downloadsubsurface-896b7a5e74b4dad8c726b9983f56776bf9995294.tar.gz
Merge branch 'new-vpm' of https://github.com/Slagvi/subsurface
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/pref.h b/pref.h
index 0470d0e3b..fcb051bd9 100644
--- a/pref.h
+++ b/pref.h
@@ -32,6 +32,12 @@ typedef struct {
enum taxonomy_category category[3];
} geocoding_prefs_t;
+enum deco_mode {
+ BUEHLMANN,
+ RECREATIONAL,
+ VPMB
+};
+
struct preferences {
const char *divelist_font;
const char *default_filename;
@@ -89,7 +95,6 @@ struct preferences {
bool display_runtime;
bool display_duration;
bool display_transitions;
- bool recreational_mode;
bool safetystop;
bool switch_at_req_stop;
int reserve_gas;
@@ -110,6 +115,7 @@ struct preferences {
short cloud_verification_status;
bool cloud_background_sync;
geocoding_prefs_t geocoding;
+ enum deco_mode deco_mode;
};
enum unit_system_values {
METRIC,