Skip to content
Snippets Groups Projects
Commit 4469de67 authored by Rudi Buss's avatar Rudi Buss
Browse files

system("clear"); erwähnt

parent 58fef0ab
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ int main() {
Creature *monster = new Creature();
Player *player = new Player();
do {
system("cls");
system("cls"); //Clears the screen for windows-systems. For unix, use system("clear");
cout << "Health points: " << player->gethealthPoints() << endl << endl;
cout << "-Menue-" << endl;
cout << "[1] Attack" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment