Tentative MiniShogi implementation over move generator.
[tagua/yd.git] / src / variants / minishogi / behaviour.cpp
blob1a3d88f5f5fd5be6366b8fdb7e13e4e694ffe5cd
1 #include "behaviour.h"
3 namespace MiniShogi {
5 Behaviour::Behaviour(IBehaviour* behaviour)
6 : Delegators::Behaviour(behaviour) { }
8 } // namespace MiniShogi