diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-08-05 20:43:06 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-08-08 16:26:31 -0700 |
commit | 52e5d9c605469b338075e22533a8f97a6f984b57 (patch) | |
tree | c8fd18dc85ee5afba09c6714353316efc8a8db68 /core/divemode.h | |
parent | 594d1d3514f91221884bdc31f29a09e8f325f1e8 (diff) | |
download | subsurface-52e5d9c605469b338075e22533a8f97a6f984b57.tar.gz |
Cleanup: move planner/deco related declarations planner/deco.h
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/divemode.h')
-rw-r--r-- | core/divemode.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |