summaryrefslogtreecommitdiff
path: root/src/card_stack.h
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-25 14:36:47 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-25 14:36:47 +0100
commit49a31a58e1b77ed0d88c0271247d4f707cf8b641 (patch)
treef7bd9907b5dbb5fd949a4e74d7a0b46e6fbf0179 /src/card_stack.h
parentffef04a78f6985e9fcff5454a608de24bd25388e (diff)
implement part of state_client_play_cards(); added new message type: hello reply from server which notifies clients of their player-ids
Diffstat (limited to 'src/card_stack.h')
-rw-r--r--src/card_stack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/card_stack.h b/src/card_stack.h
index 86ec526..61d2bf2 100644
--- a/src/card_stack.h
+++ b/src/card_stack.h
@@ -12,5 +12,7 @@ typedef struct
} card_stack_t;
uint32_t card_stack_get_points(const card_stack_t *cs);
+const card card_stack_upper_card(const card_stack_t *cs);
+void card_stack_clear(card_stack_t *cs, const card new_card);
#endif // OXEN_CARD_STACK_H