📄 mmigame.h
字号:
#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: Mmigame.h
$Revision: 1.0
$Author: Condat(UK)
$Date: 03/07/01
********************************************************************************
Description:
This provides the main game functionality
********************************************************************************
/*******************************************************************************/
#define Screen_X 128
#define Screen_Y 160
extern void drawGameNumber(unsigned short posX,unsigned short posY,unsigned int num);
//2004/05/25 yhf modify
//extern void Game_Scoreshow(GameScore *pffsScore,int totalscore,UBYTE gametype,UBYTE flag);
extern int Game_Scoreshow(GameScore *pffsScore,int totalscore,UBYTE gametype,UBYTE flag);
extern void game_editor_init(MfwEdtAttr *edt_attr);
//extern T_MFW_HND game_display_help(MfwEdtAttr *edt_attr, int TxtId, char *strHelp);/*2004/5/26, wy modify*/
//extern void game_display_help(T_MFW_HND edt);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -