SDL_stretch.h(3) library

SYNOPSIS


#include <SDL_stretch.h>

extern DECLSPEC int SDL_StretchSurfaceRect(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);
extern DECLSPEC int SDL_StretchSurfaceBlit(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);
extern DECLSPEC int SDL_StretchSurface_23(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);
extern DECLSPEC char* SDL_StretchInfo(void);
extern unsigned char* SDL_GetRowStretchCode(void);
unsigned char* SDL_SetRowStretchCode(int src_w, int dst_w, int bpp);
extern char* SDL_StretchRowInfo(void);

DESCRIPTION

SDL_stretch library