add defaults

This commit is contained in:
Glenn Maynard
2004-09-18 19:42:28 +00:00
parent a9934d4fd0
commit 6029dcd0f5
+1 -1
View File
@@ -47,7 +47,7 @@ namespace RageSurfaceUtils
void BlitTransform( const RageSurface *src, RageSurface *dst,
const float fCoords[8] /* TL, BR, BL, TR */ );
void Blit( const RageSurface *src, RageSurface *dst, int width, int height );
void Blit( const RageSurface *src, RageSurface *dst, int width = -1, int height = -1 );
bool SaveSurface( const RageSurface *img, CString file );
RageSurface *LoadSurface( CString file );