|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Functions | |
| void | CreateSpider (void) |
| void | NewGame (void) |
| bool CARDLIBPROC | RowStackDragProc (CardRegion &stackobj, int iNumCards) |
| bool CARDLIBPROC | RowStackDropProc (CardRegion &stackobj, const CardStack &dragcards) |
| void CARDLIBPROC | RowStackClickProc (CardRegion &stackobj, int iNumClicked) |
| void CARDLIBPROC | DeckClickProc (CardRegion &stackobj, int iNumClicked) |
| void CARDLIBPROC | PileDblClickProc (CardRegion &stackobj, int iNumClicked) |
| void CARDLIBPROC | PileRemoveProc (CardRegion &stackobj, int iRemoved) |
Variables | |
| HWND | hwndMain |
| CardWindow | SpiderWnd |
| TCHAR | szAppName [] |
| bool | fGameStarted |
| int | yRowStackCardOffset |
| DWORD | dwDifficulty |
| TCHAR | MsgDeal [] |
| TCHAR | MsgWin [] |
| #define CARDBACK_END IDC_CARDBACK12 |
| #define CARDBACK_START IDC_CARDBACK1 |
| #define NUM_CARDBACKS (CARDBACK_END - CARDBACK_START + 1) |
Definition at line 279 of file spigame.cpp.
Referenced by WndProc().
| void CARDLIBPROC DeckClickProc | ( | CardRegion & | stackobj, |
| int | iNumClicked | ||
| ) |
Definition at line 504 of file solgame.cpp.
Referenced by CreateSol(), and CreateSpider().
Definition at line 18 of file solgame.cpp.
Referenced by DifficultyDlgProc(), GameFinished(), ShowGameOptionsDlg(), SuitStackAddProc(), and WndProc().
| void CARDLIBPROC PileDblClickProc | ( | CardRegion & | stackobj, |
| int | iNumClicked | ||
| ) |
Definition at line 452 of file solgame.cpp.
Referenced by CreateSol().
| void CARDLIBPROC PileRemoveProc | ( | CardRegion & | stackobj, |
| int | iRemoved | ||
| ) |
Definition at line 481 of file solgame.cpp.
Referenced by CreateSol().
| void CARDLIBPROC RowStackClickProc | ( | CardRegion & | stackobj, |
| int | iNumClicked | ||
| ) |
Definition at line 291 of file solgame.cpp.
Referenced by CreateSol().
| bool CARDLIBPROC RowStackDragProc | ( | CardRegion & | stackobj, |
| int | iNumCards | ||
| ) |
Definition at line 104 of file solgame.cpp.
Referenced by CreateSol().
| bool CARDLIBPROC RowStackDropProc | ( | CardRegion & | stackobj, |
| const CardStack & | dragcards | ||
| ) |
|
extern |
Definition at line 26 of file spider.cpp.
Referenced by CreatePlayDeck(), DifficultyDlgProc(), and WndProc().
|
extern |
Definition at line 15 of file solgame.cpp.
Referenced by DeckClickProc(), GameFinished(), NewGame(), PileClickProc(), RowStackClickProc(), RowStackDblClickProc(), RowStackDropProc(), StackDropProc(), SuitStackAddProc(), SuitStackClickProc(), and WndProc().
|
extern |
Definition at line 13 of file solitaire.cpp.
Referenced by _tWinMain(), DIALOG_GetNextTabItem(), SetPlayTimer(), ShowGameOptionsDlg(), SuitStackAddProc(), test_contextmenu(), test_edit_control_2(), test_ImmGetCompositionString(), test_wndproc(), and WndProc().
|
extern |
Definition at line 24 of file solitaire.cpp.
|
extern |
Definition at line 23 of file solitaire.cpp.
|
extern |
Definition at line 28 of file spider.cpp.
Referenced by CreateSpider(), DeckClickProc(), GameFinished(), NewGame(), ShowDeckOptionsDlg(), and WndProc().
|
extern |
Definition at line 18 of file solitaire.cpp.
|
extern |
Definition at line 10 of file solcreate.cpp.
Referenced by CreateSol(), CreateSpider(), and WndProc().