summaryrefslogtreecommitdiff
path: root/chess.texi
diff options
context:
space:
mode:
Diffstat (limited to 'chess.texi')
-rw-r--r--chess.texi39
1 files changed, 38 insertions, 1 deletions
diff --git a/chess.texi b/chess.texi
index 723dce9..752a24f 100644
--- a/chess.texi
+++ b/chess.texi
@@ -520,7 +520,44 @@ moves.
@end menu
@node Chess engines, , Ply sources, Ply sources
-@section Chess engines
+@section Engines
+
+@defun chess-engine-create style callback &optional session
+@end defun
+
+@defun chess-engine-set-option engine option value
+@end defun
+
+@defun chess-engine-option engine option
+@end defun
+
+@c 'ponder
+@c 'search-depth
+@c 'wall-clock
+
+@defun chess-engine-destroy engine
+@end defun
+
+@defun chess-engine-set-position engine position ; uses 'edit' command
+@end defun
+
+@defun chess-engine-position engine
+@end defun
+
+@defun chess-engine-set-game engine game
+@end defun
+
+@defun chess-engine-game engine
+@end defun
+
+@defun chess-engine-index engine
+@end defun
+
+@defun chess-engine-move engine ply
+@end defun
+
+@defun chess-engine-command engine string
+@end defun
@unnumbered Concept Index