Skip to content

Instantly share code, notes, and snippets.

@alexnask
Created December 26, 2010 16:16
Show Gist options
  • Save alexnask/755494 to your computer and use it in GitHub Desktop.
Save alexnask/755494 to your computer and use it in GitHub Desktop.
#include <SFML/Graphics.h>
int main(void)
{
sfRenderWindow *win;
sfVideoMode mode = { 800 , 600 , 32 };
sfRenderWindow_Create(mode,"Title",sfDefaultStyle,NULL);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment