summaryrefslogtreecommitdiff
path: root/src/table_stacks.h
Commit message (Collapse)AuthorAge
* Added license headers.Mario Kilies2011-01-29
|
* implement part of state_client_play_cards(); added new message type: hello ↵Reiner Herrmann2011-01-25
| | | | reply from server which notifies clients of their player-ids
* 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.