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

Function F_Developers

Project_Labirint_Game/olaf-game.cpp:87–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void F_Developers() {
88 window.clear(sf::Color::White);
89 window.draw(Developers);
90 window.display();
91
92 if (sf::Keyboard::isKeyPressed(sf::Keyboard::Key::Escape)) {
93 //sound_Rington.play(); F_MainMenu();
94 }
95 else { F_Developers(); }
96}
97
98void F_Quit() {
99 window.clear(sf::Color::White);

Callers 1

F_MainMenuFunction · 0.70

Calls 1

displayMethod · 0.45

Tested by

no test coverage detected