DropAnimator -> DropAnimatorMixin.
commitee5104b877ee98520c8e4b742b2ef1ede76570ca
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 15 Jul 2007 13:34:52 +0000 (15 15:34 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 15 Jul 2007 13:34:52 +0000 (15 15:34 +0200)
tree24a3061d99fed14ae166a4e4bd520abcfe24c8ba
parent82d61c7dcd5d66f30d1d1c4e741e80ec2c55f161
DropAnimator -> DropAnimatorMixin.

DropAnimator has been replaced by a mixin DropAnimatorMixin, which takes
an animator as a template parameter, and adds drop handling and the updatePool
method to it.

This is useful to achieve code reuse when implementing the animator for Shogi.
src/variants/crazyhouse.cpp
src/variants/xchess/animator.h
src/variants/xchess/dropanimator.h
src/variants/xchess/dropanimator.impl.h