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
This commit is contained in:
gewlitys
2008-08-30 13:26:18 +00:00
parent a4fc0fc7ef
commit 742910f998
27 changed files with 28085 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#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