struct LinkInfo
Information on the topic links.
LinkInfoSeq
The cost of traversing this link.
The name of the linked topic.
The linked topic.
int cost;
string name;
Topic* theTopic;