summaryrefslogtreecommitdiffstats
path: root/games/mille/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/mille/init.c')
-rw-r--r--games/mille/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/mille/init.c b/games/mille/init.c
index 3a89a69..f29ed22 100644
--- a/games/mille/init.c
+++ b/games/mille/init.c
@@ -45,6 +45,7 @@ static const char rcsid[] =
* @(#)init.c 1.1 (Berkeley) 4/1/82
*/
+void
init() {
PLAY *pp;
@@ -88,6 +89,7 @@ init() {
End = 700;
}
+void
shuffle() {
int i, r;
@@ -106,6 +108,7 @@ shuffle() {
Topcard = &Deck[DECK_SZ];
}
+void
newboard() {
int i;
@@ -164,6 +167,7 @@ newboard() {
newscore();
}
+void
newscore() {
int i, new;
OpenPOWER on IntegriCloud