subsurface/core/gaspressures.h
Berthold Stoeger 03b910ee7f core: remove __cplusplus ifdefs
Since all source files are now C++, this is redundant.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-08-13 19:28:30 +02:00

7 lines
220 B
C

// 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