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

📄 russia0.h

📁 俄罗斯方块
💻 H
字号:
// Russia0.h: interface for the CRussia0 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_RUSSIA0_H__9BD3DCE2_D111_11D5_B2C4_5254AB2BD63E__INCLUDED_)
#define AFX_RUSSIA0_H__9BD3DCE2_D111_11D5_B2C4_5254AB2BD63E__INCLUDED_

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

#include "Russia.h"

class CRussia0 : public CRussia  
{
public:
    CRussia0();
	virtual ~CRussia0();
	
	void LineDelete(int a[][4]);
    bool Meet0(int a[][4],int direction,CPoint p);
	void Move(int direction);
	void DrawWill(int a[][4]);
	void Start();
	void DrawJiemian(CDC*pDC);

	CPoint NowPosition0;//第二个活动位置
	int Now0[4][4];//第二个活动方块
	CBitmap jiemian0;//背景

};

#endif // !defined(AFX_RUSSIA0_H__9BD3DCE2_D111_11D5_B2C4_5254AB2BD63E__INCLUDED_)

⌨️ 快捷键说明

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