Mercurial > sdl-ios-xcode
comparison src/video/SDL_RLEaccel_c.h @ 1895:c121d94672cb
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jul 2006 21:04:37 +0000 |
parents | d910939febfa |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
1894:c69cee13dd76 | 1895:c121d94672cb |
---|---|
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 /* Useful functions and variables from SDL_RLEaccel.c */ | 24 /* Useful functions and variables from SDL_RLEaccel.c */ |
25 | 25 |
26 extern int SDL_RLESurface(SDL_Surface *surface); | 26 extern int SDL_RLESurface(SDL_Surface * surface); |
27 extern int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect, | 27 extern int SDL_RLEBlit(SDL_Surface * src, SDL_Rect * srcrect, |
28 SDL_Surface *dst, SDL_Rect *dstrect); | 28 SDL_Surface * dst, SDL_Rect * dstrect); |
29 extern int SDL_RLEAlphaBlit(SDL_Surface *src, SDL_Rect *srcrect, | 29 extern int SDL_RLEAlphaBlit(SDL_Surface * src, SDL_Rect * srcrect, |
30 SDL_Surface *dst, SDL_Rect *dstrect); | 30 SDL_Surface * dst, SDL_Rect * dstrect); |
31 extern void SDL_UnRLESurface(SDL_Surface *surface, int recode); | 31 extern void SDL_UnRLESurface(SDL_Surface * surface, int recode); |
32 /* vi: set ts=4 sw=4 expandtab: */ |