Home
last modified time | relevance | path

Searched refs:getSideHintIcon (Results 1 – 2 of 2) sorted by relevance

/dports/games/einstein/einstein-2.0/
H A Diconset.h26 SDL_Surface* getSideHintIcon(bool h) { return sideHintIcon[h ? 1 : 0]; }; in getSideHintIcon() function
H A Drules.cpp206 screen.draw(x + icon->h, y, iconSet.getSideHintIcon(h)); in draw()