www.pudn.com > j2me_Mario.rar > LPIGameManager.java
/** *Title: lipeng
*Description: * You cannot remove this copyright and notice. * You cannot use this file without the express permission of the author. * All Rights Reserved
*Copyright: lizhenpeng (c) 2004
*Company: LP&P
* @author lizhenpeng * @version 1.1.0 ** Revise History * 2004.07.22 add an interface to demo mode V1.1.0 *
*/ package lipeng; public interface LPIGameManager { public void menuBeginNewGame(); public void menuLoadGame(); public void menuAudio(); public void menuAbout(); public void menuExitGame(); }