diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ typedef struct pressure_t start, end, sample_start, sample_end; depth_t depth; bool used; + volume_t gas_used; } cylinder_t; typedef struct |