alpha_beta.h

Go to the documentation of this file.
00001 
00023 #ifndef __ALPHA_BETA_H__
00024 #define __ALPHA_BETA_H__
00025 
00026 
00027 /*******************************************************************************
00028  *
00029  *  Global Variables
00030  *
00031  ******************************************************************************/
00032 
00033 
00034 extern int  num_heur_1;
00035 
00036 extern int  num_moves_1;
00037 
00038 
00039 /*******************************************************************************
00040  *
00041  *  Function Prototypes
00042  *
00043  ******************************************************************************/
00044 
00045 
00046 int
00047 s_alpha_1 (int ply, int beta, int alpha);
00048 
00049 
00050 int
00051 s_beta_1 (int ply, int beta, int alpha);
00052 
00053 
00054 #endif // __ALPHA_BETA_H__ 
00055 

Generated on Sat Sep 24 09:00:12 2011 for ScoreFour by  doxygen 1.4.5