8 lines
204 B
C
8 lines
204 B
C
#ifndef SM_SDL_DITHER_H
|
|
#define SM_SDL_DITHER_H 1
|
|
|
|
void SM_SDL_OrderedDither(const SDL_Surface *src, SDL_Surface *dst);
|
|
void SM_SDL_ErrorDiffusionDither(const SDL_Surface *src, SDL_Surface *dst);
|
|
|
|
#endif
|