MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / F_Help

Function F_Help

Project_Labirint_Game/olaf-game.cpp:74–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74void F_Help() {
75 window.clear(sf::Color::White);
76 window.draw(Help);
77 window.display();
78
79 if (sf::Keyboard::isKeyPressed(sf::Keyboard::Key::Escape))
80 {
81 //sound_Rington.play();
82 F_MainMenu();
83 }
84 else { F_Help(); }
85}
86
87void F_Developers() {
88 window.clear(sf::Color::White);

Callers 1

F_MainMenuFunction · 0.85

Calls 2

F_MainMenuFunction · 0.85
displayMethod · 0.45

Tested by

no test coverage detected