diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-28 15:33:28 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-28 15:33:28 +0200 |
| commit | daf87292ef5e3bcff63b4afb3dfa7d903b24b63d (patch) | |
| tree | ad8fcddb5e1b881152a188b7cb3d109b372f41e3 /src/bot.cpp | |
| parent | 8bad9b3bff87d63cb4bfa1c7ae4b974c5fd46f95 (diff) | |
fixing the hell of a bug
Diffstat (limited to 'src/bot.cpp')
| -rw-r--r-- | src/bot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot.cpp b/src/bot.cpp index ef4a747..90c834a 100644 --- a/src/bot.cpp +++ b/src/bot.cpp @@ -4,6 +4,7 @@ #include <algorithm> #include <cassert> #include <cmath> +#include <iostream> int PAWN_VALUE = 100; int KNIGHT_VALUE = 320; |
