#include "FCSMove.h"
Go to the source code of this file.
Classes | |
| class | FCSCompactMove |
| Stores information about a move during a game. More... | |
| class | FCSCompactMoveStack |
| This class stores a stack of moves. More... | |
Defines | |
| #define | FCS_MOVE_TYPE 0 |
| Position of the move type in the array. | |
| #define | FCS_MOVE_SRC 1 |
| Position of the source stack in the array. | |
| #define | FCS_MOVE_DEST 2 |
| Position of the destination stack in the array. | |
| #define | FCS_MOVE_NUM_CARDS_IN_SEQ 3 |
| Position of the number of cards in the sequence in the array. | |
| #define | FCS_MOVE_NUM_CARDS_FLIPPED 3 |
| Position of the number of cards flipped in the array. | |
Definition in file FCSCompactMove.h.
1.4.4