diff options
| author | tslil <tslil@posteo.de> | 2021-01-10 21:40:38 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | b598a3ab9e682a826516b242a710b26e0c22389f (patch) | |
| tree | eedbf2f8f2b4343fa1ae86146439090057c99258 /include/ct1973.h | |
| parent | a627eb4b4ce13834b85dfd1ced666cc912516d52 (diff) | |
This is the general idea, but i'm sure order is incorrect somewhere
Diffstat (limited to 'include/ct1973.h')
| -rw-r--r-- | include/ct1973.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ct1973.h b/include/ct1973.h new file mode 100644 index 0000000..632f3ba --- /dev/null +++ b/include/ct1973.h @@ -0,0 +1,7 @@ +#include <stdint.h> + +#include "tak.h" +#include "weights.h" + +float +evaluate_black_win(void); |
