comparison src/video/SDL_blit.h @ 2263:900c35d8e8fd

More work in progress, still doesn't compile...
author Sam Lantinga <slouken@libsdl.org>
date Fri, 17 Aug 2007 06:40:12 +0000
parents bee005ace1bf
children e61ad15a205f
comparison
equal deleted inserted replaced
2262:bee005ace1bf 2263:900c35d8e8fd
99 } SDL_BlitMap; 99 } SDL_BlitMap;
100 100
101 /* Functions found in SDL_blit.c */ 101 /* Functions found in SDL_blit.c */
102 extern int SDL_CalculateBlit(SDL_Surface * surface); 102 extern int SDL_CalculateBlit(SDL_Surface * surface);
103 103
104 /* Blit function tables in SDL_blit_*.c */
105 extern SDL_BlitFuncEntry SDL_BlitFuncTable0[];
106 extern SDL_BlitFuncEntry SDL_BlitFuncTable1[];
107 extern SDL_BlitFuncEntry SDL_BlitFuncTableN[];
108
104 /* 109 /*
105 * Useful macros for blitting routines 110 * Useful macros for blitting routines
106 */ 111 */
107 112
108 #if defined(__GNUC__) 113 #if defined(__GNUC__)