From 23304f69c04f13ba87f32e8574a75c08212a3608 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 16 Nov 2014 23:11:18 +0000 Subject: Load and save the dc type for CCR dives Oddly we already had code to load this from XML, but nothing else. This makes the load from XML work like the rest of our code and adds the save to XML plus the load and save for the git format. Signed-off-by: Dirk Hohndel --- dive.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 0848905e7..f687d2868 100644 --- a/dive.h +++ b/dive.h @@ -47,10 +47,11 @@ extern "C" { #include #endif -enum dive_comp_type {OC, CCR, PSCR}; // Flags (Open-circuit and Closed-circuit-rebreather) for setting dive computer type +enum dive_comp_type {OC, CCR, PSCR, NUM_DC_TYPE}; // Flags (Open-circuit and Closed-circuit-rebreather) for setting dive computer type enum cylinderuse {OC_GAS, DILUENT, OXYGEN, NUM_GAS_USE}; // The different uses for cylinders extern const char *cylinderuse_text[]; +extern const char *dctype_text[]; struct gasmix { fraction_t o2; -- cgit v1.2.3-70-g09d2