iPDC-suite/iPDC/inc/map_vis.h

10 lines
234 B
C
Raw Normal View History

2022-10-02 21:42:04 +05:30
#include<gtk/gtk.h>
#include<osm-gps-map.h>
typedef struct{
OsmGpsMap *util_map;
GdkPixbuf *g_red_image;
GdkPixbuf *g_green_image;
OsmGpsMapImage *g_last_image;
} myParameters;
gboolean update_images(gpointer* pars);