7 lines
119 B
C
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
|