Changeset 11099 for code/trunk/src/modules/mini4dgame
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/mini4dgame/Mini4DgameBoard.cc
r11071 r11099 72 72 73 73 /** 74 @brief checks if the move is valid75 @param the position where to put the stone plus the player who makes the move74 @brief Checks if the move is valid 75 @param move The position where to put the stone 76 76 */ 77 77 bool Mini4DgameBoard::isValidMove(const Mini4DgamePosition& move) … … 98 98 /** 99 99 @brief makes a move on the logic playboard 100 @param the position where to put the stone plus the player who makes the move100 @param move The position where to put the stone 101 101 */ 102 102 void Mini4DgameBoard::makeMove(const Mini4DgamePosition& move)
Note: See TracChangeset
for help on using the changeset viewer.