1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-29 05:05:13 +03:00
gamebookformat/expected/items.dot
Pelle Nilsson 431357a85c Fixed problem with section used for missing.
It was handled at parse time, but must be done at
output time to be sure the section to use has been parsed.
2013-06-20 22:59:25 +02:00

37 lines
159 B
Plaintext

digraph gamebook {
1->12
1->2
2->7
2->12
2->5
4->3
5->2
5->4
5->3
6->12
7->6
7->12
8->12
9->12
9->7
9->8
10->5
11->10
11->5
11->12
12->9
12->11
}