From 25b5544dcf7ee81915006fe940816368ef61c0de Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Sun, 14 Nov 2021 01:35:22 +0100 Subject: main.c: Set window title to Blast Attack --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index b8e723b..bd31bfb 100644 --- a/src/main.c +++ b/src/main.c @@ -55,7 +55,7 @@ main (int argc, } window = SDL_CreateWindow( - "SDL Tutorial", + "Blast Attack", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, SCREEN_WIDTH, SCREEN_HEIGHT, -- cgit v1.2.3