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

9 lines
244 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) {
2021-07-17 01:25:58 +03:00
IndexLexicon::listing(OUT, InterpretIndex::get_lexicon(), TRUE, LD);
2021-06-12 12:42:20 +03:00
}