simplify OpenRWops

This commit is contained in:
Glenn Maynard
2004-05-18 19:25:53 +00:00
parent abcbddcaa3
commit 2f8e09ce7d
3 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ void ApplyHotPinkColorKey( SDL_Surface *&img );
class RageFile;
void OpenRWops( SDL_RWops *rw, RageFile *f );
SDL_RWops *OpenRWops( CString &sBuf );
void OpenRWops( SDL_RWops *rw, CString *sBuf );
SDL_Surface *mySDL_MakeDummySurface( int height, int width );
CString mySDL_GetError();