34extern const string ProgramName;
36extern const string ProgramVersion;
40extern const unsigned char SplashScreenSpacingLeft;
42extern const unsigned char SplashScreenWidth;
46extern unsigned short** RainbowTable;
48extern unsigned short* MinimumSolutionLength;
52extern const unsigned short ButtonCodes[7];
54extern const string ButtonNames[7];
58extern const unsigned short InternalStateInitialValue;
59extern const unsigned short InternalStateTargetValue;
63extern const string FileNameAllSolutionsPruneTablesCSV;
64extern const string FileNameSafeSolutionsPruneTablesCSV;
68extern const string FileNameAllSolutionsCSV;
69extern const string FileNameSafeSolutionsCSV;
73extern const char SeparatorCSV;
77extern const char RainbowTableMemoryAllocationError;
79extern const char FileErrorAllSolutionsPruneTablesCSV;
80extern const char FileErrorSafeSolutionsPruneTablesCSV;
82extern const char FileErrorAllSolutionsCSV;
83extern const char FileErrorSafeSolutionsCSV;