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

📄 ddcomun.h

📁 网页游戏赤壁
💻 H
字号:
/////////////////////////
// 	DDComUn.h	:	v0010
//	Written by 	:	Li	Haijun
//	Compiler	:	Microsoft Visual C++ 4.0
//	v0010		:	1.2.1997
/////////////////////////
// to declear a class of command-unit
////////////////////////
// CDDCommandUnit class : a son class of CDDButtonUnit
#ifndef __DDCOMUN_H__
#define __DDCOMUN_H__

#include	"DDButton.h"

class CDDCommandUnit : public CDDButtonUnit
{
	// Data member
	public:
		POINT	m_ButtonPos[MAX_BUTTONINUNIT];
	public:
		// construct
		CDDCommandUnit();
		// to blit this command unit to back buffer
		void Blit() ;
		// to show this command unit
		void Show();
};
///////////////////
#endif

⌨️ 快捷键说明

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