mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use more of our propper types in the planner
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8e5eb71e0b
commit
9eeeba468a
3 changed files with 12 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ extern void set_verbatim(bool verbatim);
|
|||
extern void set_display_runtime(bool display);
|
||||
extern void set_display_duration(bool display);
|
||||
extern void set_display_transitions(bool display);
|
||||
extern void get_gas_from_events(struct divecomputer *dc, int time, struct gasmix *gas);
|
||||
extern void get_gas_from_events(struct divecomputer *dc, duration_t time, struct gasmix *gas);
|
||||
extern int get_gasidx(struct dive *dive, struct gasmix *mix);
|
||||
extern bool diveplan_empty(struct diveplan *diveplan);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue