subsurface/core/save-profiledata.h
Berthold Stoeger 5ea71572e3 desktop: use std::string to format subtitles
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-06-10 13:05:59 +02:00

11 lines
285 B
C++

// SPDX-License-Identifier: GPL-2.0
#ifndef SAVE_PROFILE_DATA_H
#define SAVE_PROFILE_DATA_H
#include <string>
int save_profiledata(const char *filename, bool selected_only);
std::string save_subtitles_buffer(struct dive *dive, int offset, int length);
#endif // SAVE_PROFILE_DATA_H