Files
gewlitys 742910f998 Partial Symbian ports for libpng and SDL_image, needed by UQM S60 port.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3055 8092fc87-c524-0410-9efc-e669fe64eaf9
2008-08-30 13:26:18 +00:00

8 lines
157 B
C

#ifndef SDL_IMAGE_H
#define SDL_IMAGE_H
SDL_Surface * IMG_Load_RW(SDL_RWops *src, int freesrc);
SDL_Surface * IMG_LoadPNG_RW(SDL_RWops *src);
#endif