Première fenêtre !! C'est la fête !

This commit is contained in:
Georges Dupéron 2010-09-26 01:12:13 +02:00
parent 05f706839a
commit 766a7e2c3b

2
main.c
View File

@ -9,7 +9,7 @@ int main(int argc, char** argv) {
exit(EXIT_FAILURE);
}
SDL_SetVideoMode(640, 480, 24, SDL_HWSURFACE);
SDL_Quit();
return 0;