Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include "SDL.h"
  2.  
  3. int main(int args, char* argv[])
  4. {
  5. // dla SDL1
  6. SDL_Init ( SDL_INIT_EVERYTHING );
  7. SDL_SetVideoMode(640, 480, 8, SDL_SWSURFACE);
  8. SDL_Delay(1000);
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement