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

📄 global.h

📁 一个人工智能的国际象棋游戏
💻 H
字号:
#define WHITE_PAWN 1
#define BLACK_PAWN 11
#define WHITE_KING 2
#define BLACK_KING 12
#define WHITE_QUEEN 3
#define BLACK_QUEEN 13
#define WHITE_BISHOP 4
#define BLACK_BISHOP 14
#define WHITE_KNIGHT 5
#define BLACK_KNIGHT 15
#define WHITE_ROOK 6
#define BLACK_ROOK 16
#define WHITE 9
#define BLACK 19
#include "resource.h"
#include <stdio.h>
#include <fstream.h>
#include <iostream.h>
#include <afxwin.h>
#include <afxcmn.h>
#include <afxtempl.h>
#include <afxext.h>
#include <process.h>
#include <afxdlgs.h>
#include <mmsystem.h>
#include <afx.h>

#include <afxctl.h>

⌨️ 快捷键说明

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