diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2016-01-17 21:18:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-18 09:34:54 -0800 |
commit | 37c10c8fd62ab85237922b2a267f3cf2b4252d82 (patch) | |
tree | 6e3f174f97e51c6106e32b98eb1add7fd551bfa8 /subsurface-core/statistics.h | |
parent | b9000208fe72832d85cbb0ffea34d13ef94034cd (diff) | |
download | subsurface-37c10c8fd62ab85237922b2a267f3cf2b4252d82.tar.gz |
Add dive type to statistics window
This adds dive type based division to the "yearly statistics" window.
Thus people can see the stats from individually from OC, CCR, PSCR and
freedive.
See #949
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/statistics.h')
-rw-r--r-- | subsurface-core/statistics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/statistics.h b/subsurface-core/statistics.h index dbab25761..890e6e53c 100644 --- a/subsurface-core/statistics.h +++ b/subsurface-core/statistics.h @@ -39,6 +39,7 @@ extern stats_t stats_selection; extern stats_t *stats_yearly; extern stats_t *stats_monthly; extern stats_t *stats_by_trip; +extern stats_t *stats_by_type; extern char *get_time_string_s(int seconds, int maxdays, bool freediving); extern char *get_minutes(int seconds); |