diff options
Diffstat (limited to 'klondike.h')
-rw-r--r-- | klondike.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ #define CSOL_KLONDIKE_H -void Klondike(int draw, int thoughtful); +int Klondike(int draw, int thoughtful); #endif |