Browse Source

Merge branch 'master' of https://gitlab.vis.ethz.ch/niwinkle/chessy

Conflicts:
	src/MoveGeneration.h
nicolaswinkler 7 years ago
parent
commit
6d30d27c16
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/MoveGeneration.h

+ 5 - 1
src/MoveGeneration.h

@@ -85,6 +85,7 @@ template<int side>
 class chessy::PawnPushGenerator
 class chessy::PawnPushGenerator
 {
 {
     const ChessGame& chessGame;
     const ChessGame& chessGame;
+
     struct MoveIterator
     struct MoveIterator
     {
     {
         PositionSet::PositionSetIterator pawnPushes;
         PositionSet::PositionSetIterator pawnPushes;
@@ -127,7 +128,10 @@ private:
 };
 };
 
 
 
 
-class chessy::
+class chessy::RookMoveGenerator
+{
+    
+};
 
 
 
 
 #endif // CHESSY_MOVEGENERATION_H
 #endif // CHESSY_MOVEGENERATION_H