LPIGameManager.java
资源名称:J2ME&Game.rar [点击查看]
上传用户:gyyuli
上传日期:2013-07-09
资源大小:3050k
文件大小:1k
源码类别:
J2ME
开发平台:
Java
- /**
- * <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();
- }