Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
osl
move_action
voidAction.h
Go to the documentation of this file.
1
#ifndef _VOID_ACTION_H
2
#define _VOID_ACTION_H
3
4
#include "
osl/piece.h
"
5
namespace
osl
6
{
7
namespace
move_action
8
{
13
class
VoidAction
{
14
public
:
15
void
simpleMove
(
Square
,
Square
,
Ptype
,
bool
,
Player
,
Move
){
16
}
17
void
unknownMove
(
Square
,
Square
,
Piece
,
Ptype
,
bool
,
Player
,
Move
){
18
}
19
void
dropMove
(
Square
,
Ptype
,
Player
,
Move
){
20
}
21
void
simpleMove
(
Square
,
Square
,
Ptype
,
bool
,
Player
){
22
}
23
void
unknownMove
(
Square
,
Square
,
Piece
,
Ptype
,
bool
,
Player
){
24
}
25
void
dropMove
(
Square
,
Ptype
,
Player
){
26
}
27
};
28
}
// namespace move_action
29
}
// namespace osl
30
#endif // _VOID_ACTION_H
31
// ;;; Local Variables:
32
// ;;; mode:c++
33
// ;;; c-basic-offset:2
34
// ;;; End:
Generated on Sun Jul 21 2013 13:37:27 by
1.8.4