summaryrefslogtreecommitdiff
path: root/src/tablestacks.h
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-16 08:41:04 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-16 08:41:04 +0100
commit4b9e56ebf47db8be740f4ff2a4b9fceb9f143055 (patch)
treed6a31f6e068914a2ec1820da594c9d1c5ea2604e /src/tablestacks.h
parentfac5e3de0929c3abb73da552efbda6d641136588 (diff)
Refactored cardstack and tablestacks to card_stack_t and table_stacks_t, that both now are defined as structs rather than arrays. Inserted lots of assert() calls to functions that take pointers as arguments.
Diffstat (limited to 'src/tablestacks.h')
-rw-r--r--src/tablestacks.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tablestacks.h b/src/tablestacks.h
deleted file mode 100644
index 045ece3..0000000
--- a/src/tablestacks.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef OXEN_TABLESTACKS_H
-#define OXEN_TABLESTACKS_H
-
-#include "cardstack.h"
-
-#define NUM_TABLESTACKS 4
-
-typedef cardstack tablestacks[NUM_TABLESTACKS];
-
-#endif // OXEN_TABLESTACKS_H