added comment to previous commit

This commit is contained in:
Václav Šmejkal 2022-05-27 17:26:20 +02:00
parent b540d5f36c
commit 1406de2f37

View File

@ -39,7 +39,7 @@ static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <
//GETTERS
int getKeyLength();
inputFlags noFlags();
inputFlags noFlags(); //THIS GENERATES inputFlags WITH DEFAULT VALUES
//SETTERS
void setKeyLength(int keyLengthNew);