コード例 #1
0
ファイル: graphics1.cpp プロジェクト: n8armstrong/cs3600
// Your initialization code goes here.
void InitializeMyStuff()
{
  gRat.setMaze(&gMaze);
  gFirstPerson = true;

  initTextures();
}
コード例 #2
0
ファイル: graphics1.cpp プロジェクト: n8armstrong/cs3600
// Your initialization code goes here.
void InitializeMyStuff()
{
    gRat.setMaze(&gMaze);
    gFirstPerson = true;
}