url: Added to Visual Studio project files.

This commit is contained in:
Ryan C. Gordon
2020-10-05 15:27:32 -04:00
parent ee56090d3d
commit b7b2995fbe
5 changed files with 13 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ int main(int argc, char **argv)
{
int i;
if (SDL_Init(SDL_INIT_VIDEO) == -1) {
fprintf(stderr, "SDL_Init failed: %s\n", SDL_GetError());
SDL_Log("SDL_Init failed: %s\n", SDL_GetError());
return 1;
}