updated URL of forum and table in readme file
[neverball] / share / base_image.h
1 #ifndef BASE_IMAGE_H
2 #define BASE_IMAGE_H
3
4 #include <SDL.h>
5
6 /*---------------------------------------------------------------------------*/
7
8 void         image_swab (SDL_Surface *);
9 void         image_white(SDL_Surface *);
10 SDL_Surface *image_scale(SDL_Surface *, int);
11
12 /*---------------------------------------------------------------------------*/
13
14 #endif