Files
itgmania212121/stepmania/src/SDL_SaveJPEG.h
T
Glenn Maynard 0c1ef3f594 SDL surfaces don't get along with const (grr)
don't make assumptions about the format of the input surface
2004-02-25 05:03:13 +00:00

7 lines
119 B
C

#ifndef SDL_SAVE_JPEG_H
#define SDL_SAVE_JPEG_H
void IMG_SaveJPG_RW( SDL_Surface *surface, SDL_RWops *dest );
#endif