ReactOS 0.4.16-dev-336-gb667d82
|
#include "solitaire.h"
Go to the source code of this file.
Functions | |
void | SetUndo (int set_source_id, int set_destination_id, int set_number_of_cards, int set_prev_score, int set_prev_visible_pile_cards) |
void | ClearUndo (void) |
void | Undo (void) |
Variables | |
static int | source_id = -1 |
static int | destination_id = -1 |
static int | number_of_cards = 0 |
static int | prev_score = 0 |
static int | prev_visible_pile_cards = 0 |
Definition at line 45 of file solundo.cpp.
Referenced by NewGame(), RowStackClickProc(), SuitStackAddProc(), and Undo().
void SetUndo | ( | int | set_source_id, |
int | set_destination_id, | ||
int | set_number_of_cards, | ||
int | set_prev_score, | ||
int | set_prev_visible_pile_cards | ||
) |
Definition at line 27 of file solundo.cpp.
Referenced by DeckClickProc(), RowStackDropProc(), and SuitStackDropProc().
Definition at line 53 of file solundo.cpp.
Referenced by WndProc().
|
static |
Definition at line 16 of file solundo.cpp.
Referenced by ClearUndo(), SetUndo(), and Undo().
|
static |
Definition at line 19 of file solundo.cpp.
Referenced by ClearUndo(), SetUndo(), and Undo().
|
static |
Definition at line 22 of file solundo.cpp.
|
static |
Definition at line 25 of file solundo.cpp.
|
static |
Definition at line 15 of file solundo.cpp.
Referenced by ClearUndo(), get_source_id(), SetUndo(), SetupGetSourceFileLocationA(), SetupGetSourceFileLocationW(), SetupGetSourceInfoA(), SetupGetSourceInfoW(), test_SetupGetSourceFileLocation(), and Undo().