subsurface/worldmap-save.h
Dirk Hohndel 5ba573240f Gratuitous whitespace changes
I keep trying to get to consistenct.
Completely hopeless.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-05-22 11:40:22 -07:00

15 lines
210 B
C

#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