summaryrefslogtreecommitdiff
path: root/klondike.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2019-01-11 15:40:23 +0000
committerIan C <ianc@noddybox.co.uk>2019-01-11 15:40:23 +0000
commit07c11b469250752d24f981c1cbbbb800a92ced3d (patch)
treecd39a0c1357d3bb9f77787d20e57c05afc1aabba /klondike.h
parente35882acd891313779e3831b47a66e0f622f4c06 (diff)
Added score file.
Diffstat (limited to 'klondike.h')
-rw-r--r--klondike.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/klondike.h b/klondike.h
index 933af48..c19fafa 100644
--- a/klondike.h
+++ b/klondike.h
@@ -27,7 +27,7 @@
#define CSOL_KLONDIKE_H
-void Klondike(int draw, int thoughtful);
+int Klondike(int draw, int thoughtful);
#endif