From 52e5d9c605469b338075e22533a8f97a6f984b57 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 5 Aug 2019 20:43:06 +0200 Subject: Cleanup: move planner/deco related declarations planner/deco.h Signed-off-by: Berthold Stoeger --- core/divemode.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/divemode.h (limited to 'core/divemode.h') diff --git a/core/divemode.h b/core/divemode.h new file mode 100644 index 000000000..3ea012fe6 --- /dev/null +++ b/core/divemode.h @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 +#ifndef DIVEMODE_H +#define DIVEMODE_H + +enum divemode_t {OC, CCR, PSCR, FREEDIVE, NUM_DIVEMODE, UNDEF_COMP_TYPE}; // Flags (Open-circuit and Closed-circuit-rebreather) for setting dive computer type + +#endif -- cgit v1.2.3-70-g09d2