subsurface/core/worldmap-save.h
Berthold Stoeger 86831aeffe 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-06-10 13:05:57 +02:00

12 lines
187 B
C

// SPDX-License-Identifier: GPL-2.0
#ifndef WORLDMAP_SAVE_H
#define WORLDMAP_SAVE_H
extern "C" {
extern void export_worldmap_HTML(const char *file_name, bool selected_only);
}
#endif