mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
16 lines
176 B
C
16 lines
176 B
C
|
#ifndef WORLDMAP_SAVE_H
|
||
|
#define WORLDMAP_SAVE_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern void export_worldmap_HTML(const char* x);
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|