blob: 72363e48269c46bf6afdacc77c5bead0a57b8ffd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#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
|