mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-15 19:35:09 +01:00
docs: add more comments
This commit is contained in:
@@ -80,4 +80,5 @@ void printGuide() {
|
||||
for (std::pair<string, Color> p : guide) {
|
||||
cout << p.second << p.first << endl;
|
||||
}
|
||||
cout << endl << Color::RESET << "WASD + Enter -> Spiel starten" << endl;
|
||||
}
|
||||
Reference in New Issue
Block a user