mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-16 11:55:08 +01:00
docs: add more comments
This commit is contained in:
@@ -27,7 +27,7 @@ bool is_in(First &&first, T && ... t) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Waits until the user enters a key.
|
||||
* Waits until the user enters a valid key.
|
||||
* Used to prompt the user to press any key to continue.
|
||||
*/
|
||||
void waitForInput() {
|
||||
|
||||
Reference in New Issue
Block a user