Home
last modified time | relevance | path

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

/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Doptions.cpp65 m_resolutionHeightInt[r640X480] = 480; in Options()
66 m_resolutionHeightInt[r800X600] = 600; in Options()
67 m_resolutionHeightInt[r1024X768] = 768; in Options()
68 m_resolutionHeightInt[r1280X1024] = 1024; in Options()
69 m_resolutionHeightInt[r1400X1050] = 1050; in Options()
70 m_resolutionHeightInt[r1600X1200] = 1200; in Options()
H A Doptions.h61 { return m_resolutionHeightInt[resolution]; } in getResolutionHeight()
77 std::map<Resolution, int> m_resolutionHeightInt; variable