Chess Engine
C++ chess engine with movegen, bitboards, and Arduino-friendly docs
Loading...
Searching...
No Matches
misc.h File Reference
#include "../defs.h"
Include dependency graph for misc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int GetTimeMs ()
int InputWaiting ()
void ReadInput (S_SEARCHINFO *info)

Function Documentation

◆ GetTimeMs()

int GetTimeMs ( )
extern

Definition at line 17 of file misc.cpp.

Referenced by PerftTest().

Here is the caller graph for this function:

◆ InputWaiting()

int InputWaiting ( )
extern

Definition at line 26 of file misc.cpp.

Referenced by ReadInput().

Here is the caller graph for this function:

◆ ReadInput()

void ReadInput ( S_SEARCHINFO * info)
extern

Definition at line 77 of file misc.cpp.

References InputWaiting(), S_SEARCHINFO::quit, S_SEARCHINFO::stopped, and TRUE.

Here is the call graph for this function: