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

📄 ggballenv.h

📁 一个跳跳球的游戏
💻 H
字号:
// GGBallEnv.h: interface for the CGGBallEnv class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_GGBALLENV_H__79176DA5_97D3_4A5B_89B0_BB2F83D01DEF__INCLUDED_)
#define AFX_GGBALLENV_H__79176DA5_97D3_4A5B_89B0_BB2F83D01DEF__INCLUDED_

#include <e32base.h>
#include <e32std.h>
#include <gdi.h>

class CGGBallEnv : public CBase
{
private:
	static CFont* iFont;
	static TSize iSCreenSize;
	static TInt iPaneHeight;
	static TInt iMenuItemHeigt;

private:
	static void InitFont();

public:
	static void Init();

	static const CFont* Font();
	static TSize ScreenSize();
	static TInt PaneHeigth();
	static TInt MenuItemHeight();
};

#endif

⌨️ 快捷键说明

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