index
:
7w
master
C version of popular drafting card game
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
7w.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '7w.h')
-rw-r--r--
7w.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/7w.h b/7w.h
index 6df04e2..6d80213 100644
--- a/
7w.h
+++ b/
7w.h
@@ -1,3 +1,5 @@
+#define CARDSPERERA 30
+
#define NUMRESOURCES 8
#define WOOD 0
#define STONE 1
bgstack15