Example #1
0
  /** the MenuItem has been clicked */
  void onClick(final View v) {
    Main.playSnd(0);

    main.newGame(Game.HEG_NEWGAME);
  }