subsurface/core/gaspressures.h

8 lines
220 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
#ifndef GASPRESSURES_H
#define GASPRESSURES_H
void populate_pressure_information(const struct dive *, const struct divecomputer *, struct plot_info &, int);
#endif // GASPRESSURES_H