Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit.h @ 163:2dc7252dc53e
Removed SDL_blit_A.h (obsolete)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Sep 2001 22:28:55 +0000 |
parents | e85e03f195b4 |
children | e8157fcb3114 |
comparison
equal
deleted
inserted
replaced
162:0a26c92c2385 | 163:2dc7252dc53e |
---|---|
69 an invalid mapping */ | 69 an invalid mapping */ |
70 unsigned int format_version; | 70 unsigned int format_version; |
71 } SDL_BlitMap; | 71 } SDL_BlitMap; |
72 | 72 |
73 | 73 |
74 /* Definitions for special global blit functions */ | |
75 #include "SDL_blit_A.h" | |
76 | |
77 /* Functions found in SDL_blit.c */ | 74 /* Functions found in SDL_blit.c */ |
78 extern int SDL_CalculateBlit(SDL_Surface *surface); | 75 extern int SDL_CalculateBlit(SDL_Surface *surface); |
79 | 76 |
80 /* Functions found in SDL_blit_{0,1,N,A}.c */ | 77 /* Functions found in SDL_blit_{0,1,N,A}.c */ |
81 extern SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int complex); | 78 extern SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int complex); |