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

📄 escape.h

📁 WindowsCE上一个搬砖块的小游戏代码
💻 H
字号:
#ifndef _ESCAPE_H_
#define _ESCAPE_H_


typedef struct tagBUT{
	int sign;
	int sign_1;
	int station;
}    BUT;


LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);

LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);

LRESULT CALLBACK Select(HWND, UINT, WPARAM, LPARAM);

BOOL InitApplication(HINSTANCE);

BOOL InitInstance(HINSTANCE, int);

BOOL Pass(HWND);

void DrawBkground(HWND, HDC);

void Init_level(HWND);

void Copy_level(HWND, BUT copy[6][9]);

void Command(HWND, UINT, WPARAM, LPARAM);

void Move(HWND);

void Draw1(HWND, HDC, int);

void Fill_rect(int, int, int, int);

void ChangDraw(HWND, int, int, int, int, int, int, int, int, int, int);

void Prev(HWND);

void Next(HWND);


#endif 

⌨️ 快捷键说明

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