]> mj.ucw.cz Git - leo.git/blob - graph.h
Fixed bug in reporting of unknown roles in multipolygons
[leo.git] / graph.h
1 /*
2  *      Hic Est Leo -- Graph and Routing
3  *
4  *      (c) 2022 Martin Mares <mj@ucw.cz>
5  */
6
7 #ifndef _LEO_GRAPH_H
8 #define _LEO_GRAPH_H
9
10 void graph_build(void);
11
12 #endif