We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bdcd6 commit 12adae7Copy full SHA for 12adae7
src/board/Position.h
@@ -13,13 +13,15 @@ namespace chesspp
13
// WIDTH is used throughout the game logic
14
#define WIDTH 8
15
16
-enum Direction {NORTH,
17
- NORTH_EAST,
18
- EAST,
19
- SOUTH_EAST,
20
- SOUTH, SOUTH_WEST,
21
- WEST,
22
- NORTH_WEST};
+enum Direction {
+ NORTH,
+ NORTH_EAST,
+ EAST,
+ SOUTH_EAST,
+ SOUTH, SOUTH_WEST,
+ WEST,
23
+ NORTH_WEST};
24
+
25
26
class Position
27
{
0 commit comments