/* $Revision$ */ #define WIDTH 640 #define HEIGHT 480 SDL_Surface* sdl_init(); void sdl_putpixel(SDL_Surface *surface, int x, int y, Uint32 pixel);