diff options
Diffstat (limited to 'core/equipment.h')
-rw-r--r-- | core/equipment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/equipment.h b/core/equipment.h index 463040b6a..96cc43f1f 100644 --- a/core/equipment.h +++ b/core/equipment.h @@ -11,6 +11,7 @@ extern "C" { struct dive; enum cylinderuse {OC_GAS, DILUENT, OXYGEN, NOT_USED, NUM_GAS_USE}; // The different uses for cylinders +extern const char *cylinderuse_text[NUM_GAS_USE]; typedef struct { |