Home
last modified time | relevance | path

Searched refs:dwWasteCount (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/games/solitaire/
H A Dsolgame.cpp47 dwWasteCount = 0; in NewGame()
524 if (dwWasteCount < dwWasteTreshold) in DeckClickProc()
538 if ((dwWasteCount >= dwWasteTreshold) && (activepile.NumCards() != 0)) in DeckClickProc()
566 dwWasteCount++; in DeckClickProc()
H A Dsolitaire.h26 extern DWORD dwWasteCount;
H A Dsolitaire.cpp28 DWORD dwWasteCount; variable