equal
deleted
inserted
replaced
21 #include "../SDL_internal.h" |
21 #include "../SDL_internal.h" |
22 |
22 |
23 /* Useful functions and variables from SDL_RLEaccel.c */ |
23 /* Useful functions and variables from SDL_RLEaccel.c */ |
24 |
24 |
25 extern int SDL_RLESurface(SDL_Surface * surface); |
25 extern int SDL_RLESurface(SDL_Surface * surface); |
26 extern int SDL_RLEBlit(SDL_Surface * src, SDL_Rect * srcrect, |
26 extern int SDLCALL SDL_RLEBlit (SDL_Surface * src, SDL_Rect * srcrect, |
27 SDL_Surface * dst, SDL_Rect * dstrect); |
27 SDL_Surface * dst, SDL_Rect * dstrect); |
28 extern int SDL_RLEAlphaBlit(SDL_Surface * src, SDL_Rect * srcrect, |
28 extern int SDLCALL SDL_RLEAlphaBlit(SDL_Surface * src, SDL_Rect * srcrect, |
29 SDL_Surface * dst, SDL_Rect * dstrect); |
29 SDL_Surface * dst, SDL_Rect * dstrect); |
30 extern void SDL_UnRLESurface(SDL_Surface * surface, int recode); |
30 extern void SDL_UnRLESurface(SDL_Surface * surface, int recode); |
31 /* vi: set ts=4 sw=4 expandtab: */ |
31 /* vi: set ts=4 sw=4 expandtab: */ |