2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-27 06:52:11 +00:00
[SVN r11534]
This commit is contained in:
Jeremy Siek
2001-11-02 06:28:35 +00:00
parent deb9d39027
commit f67afc52c8

8
src/graphviz_parser.h Normal file
View File

@@ -0,0 +1,8 @@
#define GRAPH_T 257
#define NODE_T 258
#define EDGE_T 259
#define DIGRAPH_T 260
#define EDGEOP_T 261
#define SUBGRAPH_T 262
#define ID_T 263