Chess Engine
C++ chess engine with movegen, bitboards, and Arduino-friendly docs
|
#include "../defs.h"
Go to the source code of this file.
Functions | |
int | GetTimeMs () |
int | InputWaiting () |
void | ReadInput (S_SEARCHINFO *info) |
|
extern |
Definition at line 17 of file misc.cpp.
Referenced by PerftTest().
|
extern |
Definition at line 26 of file misc.cpp.
Referenced by ReadInput().
|
extern |
Definition at line 77 of file misc.cpp.
References InputWaiting(), S_SEARCHINFO::quit, S_SEARCHINFO::stopped, and TRUE.