diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 18:33:50 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 18:33:50 +0100 |
| commit | 12dedd6848aef6ac5789e06200e53fc16ea98c93 (patch) | |
| tree | acd20a5dc9467b38a3af84450482cb2be8c392a2 /src/tablestacks.h | |
| parent | 21cfa1fc0fdc08bb88abba9b3b4c614503f4b6e2 (diff) | |
Added tablestacks.h.
Diffstat (limited to 'src/tablestacks.h')
| -rw-r--r-- | src/tablestacks.h | 10 |
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 |
