We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cddbe commit 2c79505Copy full SHA for 2c79505
libs/utilities.h
@@ -39,6 +39,7 @@ void fillDashboard(TGame* pGame, int with);
39
* string. The user's input is validated using the provided validator function.
40
*
41
* @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.
43
* @param strLength The maximum length of the string to be inputted by the user.
44
* @param validator A function pointer to a validator function that takes a
45
* string as input and returns an integer. The validator function should return
0 commit comments