Advertisement
Guest User

Untitled

a guest
Aug 18th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <SDL.h>
  2. int main(int argc, char *argv[]) {
  3. SDL_Init(SDL_INIT_VIDEO);
  4. return 0;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement