[go: up one dir, main page]

Menu

[r225]: / tags / 0.2.4 / Piece.h  Maximize  Restore  History

Download this file

19 lines (16 with data), 235 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#ifndef PIECE_H
#define PIECE_H
/*
enum Piece
{
W_ALL_PIECES, B_ALL_PIECES,
W_PAWN, B_PAWN,
W_KNIGHT, B_KNIGHT,
W_BISHOP, B_BISHOP,
W_ROOK, B_ROOK,
W_QUEEN, B_QUEEN,
W_KING, B_KING,
NO_PIECE // = Empty square
};
*/
#endif