11 lines
166 B
C
11 lines
166 B
C
#ifndef GEOJSON_H
|
|
#define GEOJSON_H
|
|
|
|
#include <glib.h>
|
|
|
|
int add_geojson_to_dijkstra(GList **nodes,
|
|
GList **paths,
|
|
char *filename);
|
|
|
|
#endif // GEOJSON_H
|