Skip to content

Commit 2c79505

Browse files
committed
doc(getUserInputStr): add missing parameter
1 parent 08cddbe commit 2c79505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/utilities.h

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ void fillDashboard(TGame* pGame, int with);
3939
* string. The user's input is validated using the provided validator function.
4040
*
4141
* @param message The message to display as a prompt to the user.
42+
* @param onInvalidMessage The message to display when the user input is invalid.
4243
* @param strLength The maximum length of the string to be inputted by the user.
4344
* @param validator A function pointer to a validator function that takes a
4445
* string as input and returns an integer. The validator function should return

0 commit comments

Comments
 (0)