summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-04 22:47:32 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-04 22:47:32 +0100
commit5d68aca266e1797024c74fde5e13fe04b2594bcf (patch)
treeb5792bbefc807f87893aab80cc41c2c53452237a /src/game.h
parent7e1e87b7ef739f9e2181ad12ebaef69a17b5b329 (diff)
parent7744dbbdb873be06e997de57396c730618e50e98 (diff)
Merge branch 'master' of ssh://schnippi@wg.reiner-h.de:30022/data/src/oxen
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
new file mode 100644
index 0000000..16743ea
--- /dev/null
+++ b/src/game.h
@@ -0,0 +1,9 @@
+#ifndef OXEN_GAME_H
+#define OXEN_GAME_H
+
+#define MIN_CARD 1
+#define MAX_CARD 104
+
+void start_game(void);
+
+#endif // OXEN_GAME_H