board_estimated_moves_left(): Move from board.* to tactics.*
commitb8b383627557a91d66ef844bb4e691e41de92851
authorPetr Baudis <pasky@ucw.cz>
Thu, 11 Feb 2010 23:42:19 +0000 (12 00:42 +0100)
committerPetr Baudis <pasky@ucw.cz>
Thu, 11 Feb 2010 23:42:19 +0000 (12 00:42 +0100)
tree17e6f7b4aa3a3586fe8471d4c86650306d8fc90a
parent87c18e234100171c4ebcbaff1ea200c1c9e52a3c
board_estimated_moves_left(): Move from board.* to tactics.*

It is a better fit there since it's not an 'essential' routine for the
board object, more of an aux helper.
board.c
board.h
tactics.c
tactics.h
timeinfo.c