mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
Added documentation on how to build a completely useless SDL library. :)
This commit is contained in:
@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
|
||||
SDL_TimerID t1, t2, t3;
|
||||
|
||||
if ( SDL_Init(SDL_INIT_TIMER) < 0 ) {
|
||||
fprintf(stderr, "Couldn't load SDL: %s\n", SDL_GetError());
|
||||
fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user