chiark / gitweb /
reorganisation is complete, need to implement various things, make it compile, etc.
[moebius2.git] / bgl.h
1 /*
2  * Definitions exported and imported by our BGL-using stuff
3  */
4
5 #ifndef BGL_H
6 #define BGL_H
7
8 double graph_layout_cost(const Vertices v, const double vertex_areas[N]);
9
10 #endif /*BGL_H*/