?? global.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>
#include <stdafx.h>
//#include <newres.h>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -