Files
itgmania212121/stepmania/src/SDL_dither.h
T

7 lines
128 B
C

#ifndef SM_SDL_DITHER_H
#define SM_SDL_DITHER_H 1
void SM_SDL_OrderedDither(const SDL_Surface *src, SDL_Surface *dst);
#endif