1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00
subsurface/core/worldmap-save.h

8 lines
170 B
C
Raw Normal View History

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