// COPYRIGHT NOTES
// ---------------
// This source code is a part of chess which is an example of <Game Programing guide>.
// You may use, compile or redistribute it as part of your application
// for free.
// You cannot redistribute sources without the official agreement of the author.
// If distribution of you application which contents code below was occured, place
// e-mail <hidebug@hotmail.com> on it is to be appreciated.
// This code can be used WITHOUT ANY WARRANTIES on your own risk.
//
// Spring Wang <hidebug@hotmail.com>
class CNegaScout_TT_HH :
public CTranspositionTable,
public CHistoryHeuristic,
public CSearchEngine
{
public:
CNegaScout_TT_HH();
virtual ~CNegaScout_TT_HH();