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

📄 game_地图.h

📁 小软件 more quick 用c++ 编写
💻 H
字号:
#include "game.h"

class gamemap : public game
{public: gamemap();	
 virtual~gamemap();	
 public:
 HDC hScrDC0;
 HDC		SMAP;
 HBITMAP	mapbit;	
 CPen		pen0,pen1;	
 short int 	fls;	
 short int 	mann;	
 short int 	mapt,mapb;	
 short int 	mapl,mapr;	
 short int 	mapw,maph;	
 short int 	movemap;
 void initmap();
 void exitmap();	
 BOOL dingweimap(int x,int y);
 void getsmap();
 void smlmap(HDC dc);	
 void movesmap(int x0,int y0);	
 void mlmap();
 int  leftdown(HDC hdc,int x,int y);
};

⌨️ 快捷键说明

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