Skip to content
Snippets Groups Projects
Commit c3d80cc6 authored by Bolla Péter's avatar Bolla Péter
Browse files

Update chess.hpp

parent b13f3fab
Branches
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ public:
void Capture(int, int);
void Move(int, int);
bool NotEmptyBetween(int, int);
bool Opponents(int, int);
bool CanCapture(int, int);
......@@ -47,6 +48,7 @@ public:
Color GetColor(int);
Square GetSquare(int);
std::vector<Square> GetTable();
std::vector<int> PossibleMoves(int);
bool IsMate();
bool TestIfCheck(Team);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment