Home
last modified time | relevance | path

Searched refs:text_popup (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibutil.h295 void text_popup(const string& text, const wchar_t *caption);
H A Dlibutil.cc644 void text_popup(const string& text, const wchar_t *caption) in text_popup() function
H A Dmain.cc575 text_popup(help, L"Dungeon Crawl command line help"); in _show_commandline_options_help()