Difference between revisions of "CPW - Engine book h"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * CPW-Engine * Book.h''' This is the header file for CPW-Engine_book <pre> void readBookFile(); void book_addline( int line_no, ch...")
 
(No difference)

Latest revision as of 15:52, 18 December 2018

Home * Engines * CPW-Engine * Book.h

This is the header file for CPW-Engine_book

void readBookFile();
void book_addline( int line_no, char * movestring);
int book_add( char * movestring);
int book_present( char * movestring );
int book_getMaxFreq();
void book_loadInternal();

Up one Level