Initial import / commit
This commit is contained in:
parent
5ccc9d2da1
commit
fb70a04263
4 changed files with 279 additions and 0 deletions
14
include/DrawMapCairo.h
Normal file
14
include/DrawMapCairo.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue