#include <windows.h>
#include <stdio.h>
#include <time.h>
#include <mmsystem.h>
#include "resource.h"
HINSTANCE hInst;
HBITMAP pic,empty,compare_pic,pict[8],compare_pict[8],other; //所有图的变量名
HDC hdc,mdc; //DC名
int mouse_x,mouse_y,n=0,line=3,high3=100,high4=200,high5=300; //鼠标X Y 移动步数 难度 记录
char str[10]=" "; //字符串,显示步数和记录时用
......................
阅读全部 | 2013年3月11日 14:56