[SDL] headers.....directives

Torsten Giebl wizard at syntheticsw.com
Fri Apr 18 23:49:02 PDT 2008


Hello !


> when I begin a program I start with....
>
> #include SDL.h

You must write it so :

#include "SDL.h"

>    int main()(int argc, char*, arvg[])

This is also wrong :

int main (int argc, char *argv [])


CU



More information about the SDL mailing list