1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00
inform7/inter/index-module/Chapter 3/Gazetteer Element.w
2021-07-16 23:25:58 +01:00

9 lines
244 B
OpenEdge ABL

[GazetteerElement::] Gazetteer Element.
To write the Gazetteer element (Gz) in the index.
@ =
void GazetteerElement::render(OUTPUT_STREAM, localisation_dictionary *LD) {
IndexLexicon::listing(OUT, InterpretIndex::get_lexicon(), TRUE, LD);
}