Constants file. All the program's constant are defined in this file.
More...
#include <iostream>
|
|
const string | ProgramName = "Alien Storm (Genesis) Credits Select Cheat Tool" |
| |
|
const string | ProgramVersion = "1.1" |
| |
|
const unsigned int | SplashScreenSpacingLeft = 1 |
| |
|
const unsigned int | SplashScreenWidth = 64 |
| |
|
unsigned short ** | RainbowTable |
| |
|
unsigned short * | MinimumSolutionLength |
| |
| const unsigned short | ButtonCodes [7] |
| |
| const string | ButtonNames [7] |
| |
|
const unsigned short | InternalStateInitialValue = 0x0000 |
| |
|
const unsigned short | InternalStateTargetValue = 0x3929 |
| |
|
const string | FileNameAllSolutionsCSV = "all_solutions.csv" |
| |
|
const string | FileNameSafeSolutionsCSV = "safe_solutions.csv" |
| |
|
const string | FileNameAllSolutionsPruneTablesCSV = "all_solutions_prune.csv" |
| |
|
const string | FileNameSafeSolutionsPruneTablesCSV = "safe_solutions_prune.csv" |
| |
|
const char | SeparatorCSV = ',' |
| |
Constants file. All the program's constant are defined in this file.
- Author
- WaluigiBSOD
- Copyright
- GPL-3.0 license
◆ ButtonCodes
| const unsigned short ButtonCodes[7] |
|
extern |
Initial value:= {
0x01,
0x02,
0x04,
0x08,
0x10,
0x20,
0x40
}
◆ ButtonNames
| const string ButtonNames[7] |
|
extern |
Initial value:= {
"Up",
"Down",
"Left",
"Right",
"C",
"A",
"B"
}