1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-09 10:34:22 +03:00
inform7/inter/index-module/Chapter 3/Gazetteer Element.w

11 lines
277 B
OpenEdge ABL
Raw Normal View History

2021-06-12 12:42:20 +03:00
[GazetteerElement::] Gazetteer Element.
To write the Gazetteer element (Gz) in the index.
@ =
void GazetteerElement::render(OUTPUT_STREAM, localisation_dictionary *LD) {
inter_tree *I = InterpretIndex::get_tree();
2021-06-12 12:42:20 +03:00
TempLexicon::stock(I);
TempLexicon::listing(OUT, TRUE);
}