aboutsummaryrefslogtreecommitdiff
path: root/7w.h
diff options
context:
space:
mode:
authorNathan Vance <nathav63@gmail.com>2015-02-11 09:03:54 -0500
committerNathan Vance <nathav63@gmail.com>2015-02-11 09:03:54 -0500
commit32bb4df5a4668bcfcd417c7b37a606281529e7a4 (patch)
tree0ebff4701383eb835fcba37de603324bb1710806 /7w.h
parentBug fixes (diff)
download7w-32bb4df5a4668bcfcd417c7b37a606281529e7a4.tar.gz
7w-32bb4df5a4668bcfcd417c7b37a606281529e7a4.tar.bz2
7w-32bb4df5a4668bcfcd417c7b37a606281529e7a4.zip
Added descriptions for special cards
Diffstat (limited to '7w.h')
-rw-r--r--7w.h2
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