In code that gives warnings, change line as follows. char\* GameList[] = to const char*GameList[]=
In code that gives warnings, change line as follows.
char* GameList[] =
to
const char*GameList[]=