mmiboxman.h

来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 55 行

H
55
字号
//#ifndef _MMI_GAME_H_
//#define _MMI_GAME_H_
/*******************************************************************************

					CONDAT (UK)

********************************************************************************                                                                              

 This software product is the property of Condat (UK) Ltd and may not be
 disclosed to any third party without the express permission of the owner.                                 
                                                                              
********************************************************************************

 $Project name:	Basic MMI                                                      
 $Project code:	BMI (6349)                                                           
 $Module:		Calculator
 $File:		    Mmigame1.h
 $Revision:		1.0                                                       
                                                                              
 $Author:		Condat(UK)                                                         
 $Date:		    03/07/01                                                      
                                                                               
********************************************************************************
                                                                              
 Description:

   	 This provides the main game functionality
                        
********************************************************************************

/*******************************************************************************
                                                                              
                                Include files
                                                                              
*******************************************************************************/


/*******************************************************************************
                                                                              
                                Public methods
                                                                              
*******************************************************************************/

/* pretty standard initialise, execute and exit methods
*/
int boxman(MfwMnu* m, MfwMnuItem* i);

/*******************************************************************************
                                                                              
                                End of File
                                                                              
*******************************************************************************/

//#endif

⌨️ 快捷键说明

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