Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 208 of file solgame.cpp.
Referenced by RowStackDblClickProc().
{ TRACE("ENTER FindSuitStackFromCard()\n"); for(int i = 0; i < 4; i++) { if(CanDrop(*pSuitStack[i], card)) { TRACE("EXIT FindSuitStackFromCard()\n"); return pSuitStack[i]; } } TRACE("EXIT FindSuitStackFromCard()\n"); return 0; }