mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
03b910ee7f
Since all source files are now C++, this is redundant. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
7 lines
220 B
C
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
|