diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2021-11-14 01:35:22 +0100 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2021-11-14 01:35:22 +0100 |
commit | 25b5544dcf7ee81915006fe940816368ef61c0de (patch) | |
tree | 8ffc938ea7775e46f4de8fc94fbf3db2339ea17a | |
parent | e415b62a2e85f44e6ff285e08b16525605d2fc0f (diff) |
main.c: Set window title to Blast Attack
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ main (int argc, } window = SDL_CreateWindow( - "SDL Tutorial", + "Blast Attack", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, SCREEN_WIDTH, SCREEN_HEIGHT, |