ReactOS
0.4.15-dev-1638-gc0caa5c
|
Go to the source code of this file.
Classes | |
struct | _CardBack |
Typedefs | |
typedef struct _CardBack | CARDBACK |
typedef struct _CardBack * | PCARDBACK |
Functions | |
LRESULT CALLBACK | WndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) |
void | MakePath (TCHAR *szDest, UINT nDestLen, const TCHAR *szExt) |
INT_PTR CALLBACK | DifficultyDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
int WINAPI | _tWinMain (HINSTANCE hInst, HINSTANCE hPrev, LPTSTR szCmdLine, int iCmdShow) |
LRESULT CALLBACK | CardImageWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | CardBackDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
VOID | ShowDeckOptionsDlg (HWND hwnd) |
Variables | |
TCHAR | szHelpPath [MAX_PATH] |
DWORD | dwAppStartTime |
HWND | hwndMain |
HINSTANCE | hInstance |
TCHAR | szAppName [128] |
TCHAR | MsgQuit [128] |
TCHAR | MsgAbout [128] |
TCHAR | MsgWin [128] |
TCHAR | MsgDeal [128] |
DWORD | dwDifficulty |
CardWindow | SpiderWnd |
Definition at line 81 of file spider.cpp.
Definition at line 225 of file spider.cpp.
Referenced by ShowDeckOptionsDlg().
Definition at line 156 of file spider.cpp.
Referenced by CardBackDlgProc().
Definition at line 49 of file spider.cpp.
Referenced by _tWinMain().
Definition at line 294 of file spider.cpp.
Referenced by WndProc().
Definition at line 305 of file spider.cpp.
Referenced by _tWinMain().
DWORD dwAppStartTime |
Definition at line 16 of file spider.cpp.
Referenced by WndProc().
DWORD dwDifficulty |
Definition at line 25 of file spider.cpp.
Referenced by CreatePlayDeck(), DifficultyDlgProc(), and WndProc().
HINSTANCE hInstance |
Definition at line 18 of file spider.cpp.
Referenced by _tWinMain(), and ShowDeckOptionsDlg().
HWND hwndMain |
Definition at line 17 of file spider.cpp.
Referenced by _tWinMain().
TCHAR MsgAbout[128] |
Definition at line 22 of file spider.cpp.
Referenced by _tWinMain(), and WndProc().
TCHAR MsgDeal[128] |
Definition at line 24 of file spider.cpp.
Referenced by _tWinMain(), GameFinished(), and SuitStackAddProc().
TCHAR MsgQuit[128] |
Definition at line 21 of file spider.cpp.
Referenced by _tWinMain(), and WndProc().
TCHAR MsgWin[128] |
Definition at line 23 of file spider.cpp.
Referenced by _tWinMain(), GameFinished(), and SuitStackAddProc().
CardWindow SpiderWnd |
Definition at line 27 of file spider.cpp.
Referenced by CreateSpider(), DeckClickProc(), GameFinished(), NewGame(), ShowDeckOptionsDlg(), and WndProc().
TCHAR szAppName[128] |
Definition at line 20 of file spider.cpp.
Referenced by _tWinMain(), and WndProc().
Definition at line 14 of file spider.cpp.
Referenced by _tWinMain(), and WndProc().