Home
last modified time | relevance | path

Searched refs:historyarrows (Results 1 – 5 of 5) sorted by relevance

/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Dboardtheme.cpp29 if (!Options::getInstance()->historyarrows) in drawMoveArrows()
172 opts->historyarrows = !opts->historyarrows; in toggleHistoryArrows()
177 Options::getInstance()->historyarrows = historyArrows; in setHistoryArrows()
H A Doptions.cpp26 historyarrows = true; in Options()
H A Doptions.h29 bool animations, fullscreen, historyarrows, reflections, shadows; variable
H A Dutils.cpp236 opts->historyarrows = false; in parseCommandLine()
H A Dgamecore.cpp757 …ame Options", new ToggleItem("History Arrows", Menu::eHISTORYARROWSTOG, m_options->historyarrows)); in buildMenu()