From db2845fbc7a13d054bc36d6e33440a0a60712505 Mon Sep 17 00:00:00 2001 From: yahalloe Date: Sat, 9 Dec 2023 11:09:26 +0800 Subject: [PATCH] comment on get func --- h.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h.h b/h.h index f0d5148..8bd9f1e 100644 --- a/h.h +++ b/h.h @@ -76,7 +76,7 @@ void greet(void); void printRules(void); /* - * + * gets the mode thet the players wants to play */ int getMode(void);