CPW - Engine book h

From Chessprogramming wiki
Revision as of 15:52, 18 December 2018 by GerdIsenberg (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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