summaryrefslogtreecommitdiff
path: root/src/data_store.h
Commit message (Collapse)AuthorAge
* finished implementing play_cards function for client/server; added new ↵Reiner Herrmann2011-01-25
| | | | message type next_action which indicates whether the game is finished or the server will deal new cards
* 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
* Minor changes. Renamed global.[ch] to data_store.[ch], data_store to ↵Mario Kilies2011-01-25
data_store_t and datamodel() to data_store().