repo.or.cz
/
tagua
/
yd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tentative Randomless-Entropy variant.
[tagua/yd.git]
/
src
/
variants
/
minishogi
/
behaviour.cpp
blob
1a3d88f5f5fd5be6366b8fdb7e13e4e694ffe5cd
1
#include
"behaviour.h"
2
3
namespace
MiniShogi
{
4
5
Behaviour
::
Behaviour
(
IBehaviour
*
behaviour
)
6
:
Delegators
::
Behaviour
(
behaviour
) { }
7
8
}
// namespace MiniShogi