summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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