示例#1
0
文件: Menu.java 项目: Rio6/SuperHedge
  /** the MenuItem has been clicked */
  void onClick(final View v) {
    Main.playSnd(0);

    main.newGame(Game.HEG_NEWGAME);
  }