core
osl
move_generator
drop.cc
Go to the documentation of this file.
1
#include "
osl/move_generator/drop.h
"
2
#include "
osl/move_generator/drop.tcc
"
3
#include "
osl/move_generator/move_action.h
"
4
#include "
osl/numEffectState.h
"
5
6
7
namespace
osl
8
{
9
namespace
move_generator
10
{
11
// explicit template instantiation
12
template
class
Drop<move_action::Store>;
13
template
void
Drop<move_action::Store>::generate
<
BLACK
>(
const
NumEffectState&,move_action::Store&);
14
template
void
Drop<move_action::Store>::generate
<
WHITE
>(
const
NumEffectState&,move_action::Store&);
15
}
// namespace move_generator
16
}
// namespace osl
17
// ;;; Local Variables:
18
// ;;; mode:c++
19
// ;;; c-basic-offset:2
20
// ;;; End:
osl
Definition:
additionalEffect.h:5
osl::BLACK
Definition:
basic_type.h:9
move_action.h
drop.h
osl::WHITE
Definition:
basic_type.h:10
numEffectState.h
osl::move_generator::Drop::generate
static void generate(const NumEffectState &state, Action &action)
drop.tcc
Generated by
1.8.12