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 7c7991a6e..f498a3738 100644 --- a/core/equipment.h +++ b/core/equipment.h @@ -44,6 +44,7 @@ typedef struct #define MAX_TANK_INFO (100) #define MAX_WS_INFO (100) +extern int cylinderuse_from_text(const char *text); extern void add_cylinder_description(const cylinder_type_t *); extern void add_weightsystem_description(const weightsystem_t *); extern bool cylinder_nodata(const cylinder_t *cyl); |