lifo-dijkstraserv/src/geojson.h

12 lines
207 B
C

#ifndef GEOJSON_H
#define GEOJSON_H
#include <glib.h>
#include "dijkstragraph.h"
int add_geojson_to_dijkstra(struct dijkstra_solver *solver,
char *filename,
char *type);
#endif // GEOJSON_H