diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-01-15 17:17:24 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-01-15 17:34:51 -0800 |
commit | c3a08ff056e361257c1c2972d928235f82a37da8 (patch) | |
tree | 1a2808edeb78e71c8ddf5ac5fc01456e0bc0df63 /dive.h | |
parent | 189cba7fd2d6d3183af0a1f9ea9fae81890523dd (diff) | |
download | subsurface-c3a08ff056e361257c1c2972d928235f82a37da8.tar.gz |
Add diveplan to the dive notes
This makes it easy to print out a dive plan - it's simply stored in the
notes of the simulated dive we create.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -602,6 +602,7 @@ struct divedatapoint { int depth; int o2; int he; + gboolean entered; struct divedatapoint *next; }; |