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

📄 mouse.h

📁 简单的躲炸弹的游戏
💻 H
字号:
// Mouse.h: interface for the CMouse class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MOUSE_H__C2779661_D1E9_11D5_B2C4_5254AB2BD63E__INCLUDED_)
#define AFX_MOUSE_H__C2779661_D1E9_11D5_B2C4_5254AB2BD63E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CMouse  
{
public:
	CMouse();
	virtual ~CMouse();
	CPoint point;//位置
	CBitmap bitmapa;//向后图像
	CBitmap bitmapb;//向前图像
	CBitmap shota;//向后子弹
	CBitmap shotb;//向前子弹
	int score;//分数
	short direction;//方向
	short lifes;//生命
};

#endif // !defined(AFX_MOUSE_H__C2779661_D1E9_11D5_B2C4_5254AB2BD63E__INCLUDED_)

⌨️ 快捷键说明

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