My Project
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:
drop.h
drop.tcc
move_action.h
osl
Definition
additionalEffect.h:6
numEffectState.h
Generated by
1.9.8