Skip to content

Instantly share code, notes, and snippets.

@Twinklebear
Created July 19, 2012 00:04
Show Gist options
  • Save Twinklebear/3139836 to your computer and use it in GitHub Desktop.
Save Twinklebear/3139836 to your computer and use it in GitHub Desktop.
Testing SDL setup
#include "SDL.h"
int main(int argc, char** argv){
SDL_Init(SDL_INIT_EVERYTHING);
SDL_Quit();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment