From a83d09446463533ec68bc3a191edf80afc2aa975 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 24 Feb 2015 00:05:41 +0300 Subject: Split crazy move functions to smaller functions. --- src/being/crazymoves.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/being/crazymoves.h') diff --git a/src/being/crazymoves.h b/src/being/crazymoves.h index c97d8db45..d9edb7a2c 100644 --- a/src/being/crazymoves.h +++ b/src/being/crazymoves.h @@ -23,6 +23,8 @@ #ifndef BEING_CRAZYMOVES_H #define BEING_CRAZYMOVES_H +#include + #include "localconsts.h" class CrazyMoves final @@ -43,6 +45,13 @@ class CrazyMoves final void crazyMove8(); void crazyMove9(); void crazyMoveA(); + void crazyMoveAd(); + void crazyMoveAe(); + void crazyMoveAm(); + void crazyMoveAo(); + void crazyMoveAs(); + + std::string mMoveProgram; // temporary disable crazy moves in moves bool mDisableCrazyMove; -- cgit v1.2.3-60-g2f50