summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-13 18:33:50 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-13 18:33:50 +0100
commit12dedd6848aef6ac5789e06200e53fc16ea98c93 (patch)
treeacd20a5dc9467b38a3af84450482cb2be8c392a2 /src
parent21cfa1fc0fdc08bb88abba9b3b4c614503f4b6e2 (diff)
Added tablestacks.h.
Diffstat (limited to 'src')
-rw-r--r--src/tablestacks.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tablestacks.h b/src/tablestacks.h
new file mode 100644
index 0000000..045ece3
--- /dev/null
+++ b/src/tablestacks.h
@@ -0,0 +1,10 @@
+#ifndef OXEN_TABLESTACKS_H
+#define OXEN_TABLESTACKS_H
+
+#include "cardstack.h"
+
+#define NUM_TABLESTACKS 4
+
+typedef cardstack tablestacks[NUM_TABLESTACKS];
+
+#endif // OXEN_TABLESTACKS_H