ReactOS 0.4.16-dev-981-g80eb313
|
#include <main.h>
Classes | |
struct | BOX_STRUCT |
WCHAR tagBOARD::best_name[3][MAX_PLAYER_NAME_SIZE+1] |
Definition at line 101 of file main.h.
Referenced by CongratsDlgProc(), LoadBoard(), SaveBoard(), and TimesDlgProc().
DWORD tagBOARD::best_time[3] |
Definition at line 102 of file main.h.
Referenced by LoadBoard(), SaveBoard(), TestBoard(), and TimesDlgProc().
unsigned tagBOARD::boxes_left |
Definition at line 94 of file main.h.
Referenced by CompleteBox(), CreateBoard(), and TestBoard().
unsigned tagBOARD::cols |
Definition at line 99 of file main.h.
Referenced by CheckLevel(), CreateBoard(), CustomDlgProc(), DrawMine(), DrawMines(), LoadBoard(), PlaceMines(), SaveBoard(), SetDifficulty(), and TestBoard().
RECT tagBOARD::counter_rect |
Definition at line 86 of file main.h.
Referenced by CreateBoard(), and DrawBoard().
DIFFICULTY tagBOARD::difficulty |
Definition at line 103 of file main.h.
Referenced by CongratsDlgProc(), InitBoard(), LoadBoard(), SaveBoard(), SetDifficulty(), and TestBoard().
FACE_BMP tagBOARD::face_bmp |
Definition at line 117 of file main.h.
Referenced by CompleteBox(), CreateBoard(), DrawFace(), and TestFace().
RECT tagBOARD::face_rect |
Definition at line 84 of file main.h.
Referenced by CreateBoard(), DrawBoard(), DrawFace(), and TestFace().
unsigned tagBOARD::height |
Definition at line 89 of file main.h.
Referenced by CreateBoard().
HBITMAP tagBOARD::hFacesBMP |
Definition at line 81 of file main.h.
Referenced by DestroyBoard(), DrawFace(), and InitBoard().
HINSTANCE tagBOARD::hInst |
Definition at line 78 of file main.h.
Referenced by InitBoard(), LoadBoard(), MainProc(), SetDifficulty(), and TestBoard().
HBITMAP tagBOARD::hLedsBMP |
Definition at line 82 of file main.h.
Referenced by DestroyBoard(), DrawLeds(), and InitBoard().
HBITMAP tagBOARD::hMinesBMP |
Definition at line 80 of file main.h.
Referenced by DestroyBoard(), DrawMines(), InitBoard(), PressBox(), and UnpressBox().
HWND tagBOARD::hWnd |
Definition at line 79 of file main.h.
Referenced by CreateBoard(), InitBoard(), MainProc(), PressBox(), SetDifficulty(), TestBoard(), TestFace(), TestMines(), and UnpressBox().
BOOL tagBOARD::IsMarkQ |
Definition at line 73 of file main.h.
Referenced by AddFlag(), InitBoard(), LoadBoard(), MainProc(), and SaveBoard().
struct tagBOARD::BOX_STRUCT tagBOARD::MAX_ROWS[MAX_COLS + 2] |
unsigned tagBOARD::mb |
Definition at line 115 of file main.h.
Referenced by CreateBoard().
unsigned tagBOARD::mines |
Definition at line 100 of file main.h.
Referenced by CheckLevel(), CreateBoard(), CustomDlgProc(), DrawBoard(), LoadBoard(), SaveBoard(), SetDifficulty(), and TestBoard().
RECT tagBOARD::mines_rect |
Definition at line 83 of file main.h.
Referenced by CreateBoard(), DrawBoard(), DrawMine(), TestBoard(), and TestMines().
unsigned tagBOARD::num_flags |
Definition at line 93 of file main.h.
Referenced by AddFlag(), CreateBoard(), DrawBoard(), and TestBoard().
POINT tagBOARD::pos |
Definition at line 90 of file main.h.
Referenced by CreateBoard(), LoadBoard(), MainProc(), and SaveBoard().
POINT tagBOARD::press |
Definition at line 105 of file main.h.
Referenced by MainProc(), PressBoxes(), TestBoard(), and TestMines().
unsigned tagBOARD::rows |
Definition at line 98 of file main.h.
Referenced by CheckLevel(), CreateBoard(), CustomDlgProc(), DrawMine(), DrawMines(), LoadBoard(), PlaceMines(), SaveBoard(), SetDifficulty(), and TestBoard().
GAME_STATUS tagBOARD::status |
Definition at line 118 of file main.h.
Referenced by CompleteBox(), CreateBoard(), DrawMine(), MainProc(), TestBoard(), TestFace(), and TestMines().
unsigned tagBOARD::time |
Definition at line 92 of file main.h.
Referenced by CreateBoard(), DrawBoard(), MainProc(), and TestBoard().
RECT tagBOARD::timer_rect |
Definition at line 85 of file main.h.
Referenced by CreateBoard(), DrawBoard(), and MainProc().
unsigned tagBOARD::width |
Definition at line 88 of file main.h.
Referenced by CreateBoard().