Functions
facade.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void osl_init ()
int checkmate_attack (const char *state, int &limit, char *move)
int checkmate_escape (const char *state, int limit)
int search (const char *state, int seconds, int verbose, char *move)

Function Documentation

int checkmate_attack ( const char *  state,
int &  limit,
char *  move 
)

Definition at line 21 of file c/facade.cc.

References osl::record::csa::show().

int checkmate_escape ( const char *  state,
int  limit 
)

Definition at line 40 of file c/facade.cc.

References osl::record::usi::escape().

void osl_init ( )

Definition at line 15 of file c/facade.cc.

References osl::OslConfig::setUp().

int search ( const char *  state,
int  seconds,
int  verbose,
char *  move 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines