subsurface/core/gaspressures.h

11 lines
247 B
C
Raw Normal View History

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