eirexe

Untitled

Jun 27th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. SDL_Init(SDL_INIT_VIDEO);
  2. SDL_InitSubSystem(SDL_INIT_VIDEO);
  3. s = SDL_SetVideoMode(256, 240, 32,0);
  4. signal(SIGINT, SIG_DFL);
Advertisement
Add Comment
Please, Sign In to add comment