diff options
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index 4db6d0e40..b36c46091 100644 --- a/core/pref.h +++ b/core/pref.h @@ -99,6 +99,10 @@ struct preferences { // ********** DiveComputer ********** dive_computer_prefs_t dive_computer; + dive_computer_prefs_t dive_computer1; + dive_computer_prefs_t dive_computer2; + dive_computer_prefs_t dive_computer3; + dive_computer_prefs_t dive_computer4; // ********** Display ********** bool display_invalid_dives; |