Chess Engine
C++ chess engine with movegen, bitboards, and Arduino-friendly docs
Loading...
Searching...
No Matches
misc.h
Go to the documentation of this file.
1
#pragma once
2
#include "
../defs.h
"
3
4
extern
int
GetTimeMs
();
5
6
7
extern
int
InputWaiting
();
8
9
10
extern
void
ReadInput
(
S_SEARCHINFO
* info);
defs.h
GetTimeMs
int GetTimeMs()
Definition
misc.cpp:17
ReadInput
void ReadInput(S_SEARCHINFO *info)
Definition
misc.cpp:77
InputWaiting
int InputWaiting()
Definition
misc.cpp:26
S_SEARCHINFO
Definition
defs.h:137
util
misc.h
Generated by
1.14.0