From 12dedd6848aef6ac5789e06200e53fc16ea98c93 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Thu, 13 Jan 2011 18:33:50 +0100 Subject: Added tablestacks.h. --- src/tablestacks.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/tablestacks.h 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 -- cgit v1.2.3