diff options
Diffstat (limited to 'core/worldmap-save.h')
-rw-r--r-- | core/worldmap-save.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/worldmap-save.h b/core/worldmap-save.h new file mode 100644 index 000000000..102ea40e5 --- /dev/null +++ b/core/worldmap-save.h @@ -0,0 +1,15 @@ +#ifndef WORLDMAP_SAVE_H +#define WORLDMAP_SAVE_H + +#ifdef __cplusplus +extern "C" { +#endif + +extern void export_worldmap_HTML(const char *file_name, const bool selected_only); + + +#ifdef __cplusplus +} +#endif + +#endif |