lpigamemanager.java

来自「这个是用j2me开发的.而且可以直接运行.只要相应的模拟器!」· Java 代码 · 共 26 行

JAVA
26
字号
/**
 * <p>Title: lipeng</p>
 * <p>Description:
 * You cannot remove this copyright and notice.
 * You cannot use this file without the express permission of the author.
 * All Rights Reserved</p>
 * <p>Copyright: lizhenpeng (c) 2004</p>
 * <p>Company: LP&P</p>
 * @author lizhenpeng
 * @version 1.1.0
 * <p>
 * Revise History
 * 2004.07.22 add an interface to demo mode V1.1.0
 * </p>
 */
package lipeng;

public interface LPIGameManager
{
  public void menuBeginNewGame();
  public void menuLoadGame();
  public void menuAudio();
  public void menuAbout();
  public void menuExitGame();
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?