--- firesdl.old/fire.c +++ firesdl/fire.c @@ -10,10 +10,10 @@ #include #include -#include "SDL.h" +#include -#define XSIZE 640 -#define YSIZE 480 +#define XSIZE 800 +#define YSIZE 600 SDL_Surface *thescreen; unsigned char *vmem1,*vmem2;