diff --git a/src/Main.cpp b/src/Main.cpp index 41b8bb6..2c28c0d 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include @@ -172,7 +173,7 @@ int main() { srand(time(NULL)); - sf::RenderWindow window(sf::VideoMode(WINDOW_WIDTH, WINDOW_HEIGHT), "elnutris"); + sf::RenderWindow window(sf::VideoMode(WINDOW_WIDTH, WINDOW_HEIGHT), "elnutris", sf::Style::Close); window.setFramerateLimit(60); Block block;