Home
last modified time | relevance | path

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

/dports/games/colorcode/ColorCode-0.8.5/
H A Dccsolver.cpp283 mMaxPosCnt = 0; in NewGame()
444 mMaxPosCnt = CalcPosCnt(mColorCnt, mPegCnt, mDoubles); in InitTables()
446 mPos2AllIx = new int [mMaxPosCnt]; in InitTables()
H A Dccsolver.h82 int mMaxPosCnt; variable