14 lines
242 B
C
14 lines
242 B
C
#ifndef DrawMapCairo_H
|
|
#define DrawMapCairo_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
int DrawMapCairoInit(int, char**);
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
int DrawMapCairo(cairo_surface_t *, double, double, unsigned int, double);
|
|
|
|
#endif
|