From 4b9e56ebf47db8be740f4ff2a4b9fceb9f143055 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Sun, 16 Jan 2011 08:41:04 +0100 Subject: 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. --- src/tablestacks.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/tablestacks.h (limited to 'src/tablestacks.h') 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 -- cgit v1.2.3