#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "FCTalonState.h"
#include "FCSTalonStateWithLocations.h"
Go to the source code of this file.
Functions | |
FCSTalonStateData * | CreateTalonStateData () |
Create a FCSTalonStateData object. | |
Variables | |
const char *const | FreecellsPrefixes [] = { "FC:", "Freecells:", "Freecell:", ""} |
String freecell prefixes. | |
const char *const | FoundationsPrefixes [] = { "Decks:", "Deck:", "Founds:", "Foundations:", "Foundation:", "Found:", ""} |
String foundation prefixes. | |
const char *const | TalonPrefixes [] = { "Talon:", "Queue:" , ""} |
String talon prefixes. | |
const char *const | NumberOfRedealsPrefixes [] = { "Num-Redeals:", "Redeals-Num:", "Redeals-Number:", ""} |
String numboer of redeal prefixes. |
Definition in file FCTalonState.cpp.
|
Definition at line 718 of file FCTalonState.cpp. References GlobalStateType. Referenced by FCSTalonSolvingAlgorithm::GetCardFromKlondikeTalon(). |