diff options
Diffstat (limited to 'chess-input.el')
| -rw-r--r-- | chess-input.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-input.el b/chess-input.el index 200b272..2a9b63f 100644 --- a/chess-input.el +++ b/chess-input.el @@ -7,6 +7,10 @@ ;; only way to move your pieces around! ;; +(require 'chess-algebraic) +(require 'chess-ply) +(require 'chess-pos) + (defvar chess-input-move-string "") (defvar chess-input-moves-pos nil) (defvar chess-input-moves nil) |
