Exemplo n.º 1
0
// Your initialization code goes here.
void InitializeMyStuff()
{
  gRat.setMaze(&gMaze);
  gFirstPerson = true;

  initTextures();
}
Exemplo n.º 2
0
// Your initialization code goes here.
void InitializeMyStuff()
{
    gRat.setMaze(&gMaze);
    gFirstPerson = true;
}