| 85 | } |
| 86 | |
| 87 | void 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 | |
| 98 | void F_Quit() { |
| 99 | window.clear(sf::Color::White); |