diff options
Diffstat (limited to 'chess-clock.el')
| -rw-r--r-- | chess-clock.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chess-clock.el b/chess-clock.el index c8bb28e..1e5ece0 100644 --- a/chess-clock.el +++ b/chess-clock.el @@ -3,6 +3,9 @@ ;; Implements a chess clock ;; +(require 'chess-game) +(require 'chess-module) + (defvar chess-clock-last-time nil) (defvar chess-clock-timer nil) |
