⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clogomodel.h

📁 Symbian手机游戏,可运行于S60 1.x和2.x下, Carbide.C++ & Vs.Net2003下编译 游戏为吞食鱼的手机版,通过服用比自己体积小的鱼而使自己长大
💻 H
字号:
#ifndef CMODELLOGO
#define CMODELLOGO

#include "mmodel.h"
#include "MSystem.h"
class CBitmap;
class CTextDrawer;
class CModelLogo
	: public CBase
	, public MModel
{
public:
	static CModelLogo* NewL( MSystem* aSystem );
	~CModelLogo();
private:
	CModelLogo( MSystem* aSystem );
	void ConstructL();
public:
	void ReleaseLastKey();
	void ActivateL();
	void Deactivate();
	void Draw( CBitmap& aTarget, CFbsBitGc& aGc );
	void Move();
private:
	MSystem* iSystem;
	CBitmap* iBmNet;
//	CBitmap* iBmSP;
	CBitmap* iBmCP;
	CBitmap* test;
	TInt counter;
};
#endif

⌨️ 快捷键说明

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