diff options
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -48,6 +48,7 @@ struct preferences { short display_invalid_dives; short unit_system; struct units units; + bool coordinates_traditional; short show_sac; short display_unused_tanks; short show_average_depth; @@ -73,6 +74,14 @@ struct preferences { char *proxy_pass; bool doo2breaks; bool drop_stone_mode; + bool last_stop; + bool verbatim_plan; + bool display_runtime; + bool display_duration; + bool display_transitions; + bool recreational_mode; + bool safetystop; + int reserve_gas; int bottomsac; int decosac; int o2consumption; // ml per min @@ -94,6 +103,8 @@ extern struct preferences prefs, default_prefs; extern const char *system_divelist_default_font; extern double system_divelist_default_font_size; + +extern const char *system_default_directory(void); extern const char *system_default_filename(); extern bool subsurface_ignore_font(const char *font); extern void subsurface_OS_pref_setup(); |