#include "FCEnums.h"
#include "FCState.h"
#include "FCSDerivedStates.h"
Go to the source code of this file.
Classes | |
class | FCSFreecellAlgorithm |
Abstract class that sets up the functions needed to solve a freecell type game. More... | |
Enumerations | |
enum | FCS_TESTS_ORDER_FLAGS { FCS_TEST_ORDER_NO_FLAGS_MASK = 0xFFFFFF, FCS_TEST_ORDER_FLAG_RANDOM = 0x1000000, FCS_TEST_ORDER_FLAG_START_RANDOM_GROUP = 0x2000000 } |
Conventions for use of the tests' order flags. |
Definition in file FCSFreecellAlgorithm.h.