summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-15 17:17:24 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-15 17:34:51 -0800
commitc3a08ff056e361257c1c2972d928235f82a37da8 (patch)
tree1a2808edeb78e71c8ddf5ac5fc01456e0bc0df63 /dive.h
parent189cba7fd2d6d3183af0a1f9ea9fae81890523dd (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 757860900..08d3aae8d 100644
--- a/dive.h
+++ b/dive.h
@@ -602,6 +602,7 @@ struct divedatapoint {
int depth;
int o2;
int he;
+ gboolean entered;
struct divedatapoint *next;
};