mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
url: Added to Visual Studio project files.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user