summaryrefslogtreecommitdiff
path: root/src/card.c
Commit message (Collapse)AuthorAge
* Refactored cardstack and tablestacks to card_stack_t and table_stacks_t, ↵Mario Kilies2011-01-16
| | | | that both now are defined as structs rather than arrays. Inserted lots of assert() calls to functions that take pointers as arguments.
* Splitted up content from common.* to separate files (card.[ch], ↵Mario Kilies2011-01-04
cardstack.[ch] and hand.h)