From a2d696dea797faaa3157046c8ae89cd70e965bff Mon Sep 17 00:00:00 2001 From: scratko Date: Sat, 10 Aug 2024 02:46:56 +0300 Subject: Prefinal version Added client. Moved files to directories. --- client/printing_game_frames.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 client/printing_game_frames.h (limited to 'client/printing_game_frames.h') diff --git a/client/printing_game_frames.h b/client/printing_game_frames.h new file mode 100644 index 0000000..e3c844a --- /dev/null +++ b/client/printing_game_frames.h @@ -0,0 +1,14 @@ +#ifndef PRINTING_GAME_FRAMES_H_SENTRY +#define PRINTING_GAME_FRAMES_H_SENTRY + +#include "client.h" + +void pgf_first_player(); +void pgf_confirmation_waiting(int total_players); +void pgf_table(struct client *cl); +void pgf_suggestions(struct client *cl); +void pgf_select_idle_mode_message(enum client_states state); +void pgf_card_acceptance_status(int all_input_cards_accepted); +void pgf_tossing_limit_status(); + +#endif -- cgit v1.2.3