Update the project name and description

This commit is contained in:
Amine B. Hassouna
2018-11-20 17:51:16 +01:00
parent 3b227aeee9
commit 9a9d4df97a
3 changed files with 14 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ int main(int argc, char* argv[])
}
// Create window
SDL_Window *window = SDL_CreateWindow("Basic C SDL project",
SDL_Window *window = SDL_CreateWindow("Basic C SDL game",
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
SCREEN_WIDTH, SCREEN_HEIGHT,