なにもしない. More...
#include <voidAction.h>
Public Member Functions | |
| void | simpleMove (Square, Square, Ptype, bool, Player, Move) |
| void | unknownMove (Square, Square, Piece, Ptype, bool, Player, Move) |
| void | dropMove (Square, Ptype, Player, Move) |
| void | simpleMove (Square, Square, Ptype, bool, Player) |
| void | unknownMove (Square, Square, Piece, Ptype, bool, Player) |
| void | dropMove (Square, Ptype, Player) |
| void osl::move_action::VoidAction::dropMove | ( | Square | , |
| Ptype | , | ||
| Player | , | ||
| Move | |||
| ) | [inline] |
Definition at line 19 of file voidAction.h.
| void osl::move_action::VoidAction::dropMove | ( | Square | , |
| Ptype | , | ||
| Player | |||
| ) | [inline] |
Definition at line 25 of file voidAction.h.
| void osl::move_action::VoidAction::simpleMove | ( | Square | , |
| Square | , | ||
| Ptype | , | ||
| bool | , | ||
| Player | , | ||
| Move | |||
| ) | [inline] |
Definition at line 15 of file voidAction.h.
| void osl::move_action::VoidAction::simpleMove | ( | Square | , |
| Square | , | ||
| Ptype | , | ||
| bool | , | ||
| Player | |||
| ) | [inline] |
Definition at line 21 of file voidAction.h.
| void osl::move_action::VoidAction::unknownMove | ( | Square | , |
| Square | , | ||
| Piece | , | ||
| Ptype | , | ||
| bool | , | ||
| Player | , | ||
| Move | |||
| ) | [inline] |
Definition at line 17 of file voidAction.h.
| void osl::move_action::VoidAction::unknownMove | ( | Square | , |
| Square | , | ||
| Piece | , | ||
| Ptype | , | ||
| bool | , | ||
| Player | |||
| ) | [inline] |
Definition at line 23 of file voidAction.h.
1.7.6.1