mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-10 16:44:50 +00:00
Changed C++ style comments to fix pedantic warnings.
This commit is contained in:
parent
0d196c3099
commit
ca11d7c8b5
5 changed files with 7 additions and 5 deletions
|
|
@ -53,7 +53,9 @@ main(int argc, char *argv[])
|
|||
exit(1);
|
||||
}
|
||||
|
||||
/*
|
||||
//SDL_CreateWindow("Dummy", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 128, 128, 0);
|
||||
*/
|
||||
|
||||
SDL_Log("There are %d joysticks at startup\n", SDL_NumJoysticks());
|
||||
if (enable_haptic)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue