#include int main() { sf::Window App(sf::VideoMode(800, 600, 32), "SFML Window"); for (;;) { App.Display(); } return EXIT_SUCCESS; }