Update the project name and description
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user