#include <iostream.h>
#include "FCSFreecellSolvingAlgorithm.h"
#include "FCSSimpleSimonSolvingAlgorithm.h"
#include "FCCommandLineArguments.h"
#include "FCSOptimizeSolvingAlgorithm.h"
#include "FCPresets.h"
#include "MainGameFunctions.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
The C++ Freecell Solver main function. |
Definition in file MainCppFreecellSolver.cpp.