Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhints.h168 string hints_describe_pos(int x, int y);
H A Dhints.cc3258 string hints_describe_pos(int x, int y) in hints_describe_pos() function
H A Ddescribe.cc2539 string hint_text = trimmed_string(hints_describe_pos(pos.x, pos.y)); in describe_feature_wide()