back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/client/printing_game_frames.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/printing_game_frames.h')
-rw-r--r--client/printing_game_frames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/printing_game_frames.h b/client/printing_game_frames.h
index e3c844a..cd72932 100644
--- a/client/printing_game_frames.h
+++ b/client/printing_game_frames.h
@@ -10,5 +10,8 @@ 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();
+void pgf_spectator_mode(enum spectator_mode sp_mode);
+void pgf_game_result(int durak_position);
+void pgf_new_frame();
#endif