2002-10-24 03:38:23 +00:00
|
|
|
#ifndef SM_SDL_DITHER_H
|
|
|
|
|
#define SM_SDL_DITHER_H 1
|
|
|
|
|
|
|
|
|
|
void SM_SDL_OrderedDither(const SDL_Surface *src, SDL_Surface *dst);
|
2003-04-05 21:17:51 +00:00
|
|
|
void SM_SDL_ErrorDiffusionDither(const SDL_Surface *src, SDL_Surface *dst);
|
2002-10-24 03:38:23 +00:00
|
|
|
|
|
|
|
|
#endif
|