Skip to content

Commit

Permalink
doc(getUserInputStr): add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Sep 11, 2024
1 parent 08cddbe commit 2c79505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ void fillDashboard(TGame* pGame, int with);
* string. The user's input is validated using the provided validator function.
*
* @param message The message to display as a prompt to the user.
* @param onInvalidMessage The message to display when the user input is invalid.
* @param strLength The maximum length of the string to be inputted by the user.
* @param validator A function pointer to a validator function that takes a
* string as input and returns an integer. The validator function should return
Expand Down

0 comments on commit 2c79505

Please sign in to comment.