#include "GlobDefs.h"#include <time.h>#include "general.h"#include "Pieces.h"#include "Shape.h"#include "Solutions.h"#include "Cube.h"#include "CubeDoc.h"#include "MyObject.h"#include "SolveThread.h"Include dependency graph for Cube.cpp:

Classes | |
| class | SillyRand |
| SillyRand is a simple linear random number generator. More... | |
Defines | |
| #define | TIME_CHECK_TMS_INTERVAL 2000 |
| #define | TYPE_SIDE 0 |
| #define | TYPE_CORNER 1 |
Variables | |
| const int | frameX [] = {0, 1, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1, 0, 0, 0, 0 } |
| const int | frameY [] = {0, 0, 0, 0, 0, 1, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1 } |
| #define TIME_CHECK_TMS_INTERVAL 2000 |
| #define TYPE_CORNER 1 |
| #define TYPE_SIDE 0 |
| const int frameX[] = {0, 1, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1, 0, 0, 0, 0 } |
| const int frameY[] = {0, 0, 0, 0, 0, 1, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1 } |