changeset 2263 | 900c35d8e8fd |
parent 2262 | bee005ace1bf |
child 2266 | e61ad15a205f |
--- a/src/video/SDL_blit.h Fri Aug 17 06:21:58 2007 +0000 +++ b/src/video/SDL_blit.h Fri Aug 17 06:40:12 2007 +0000 @@ -101,6 +101,11 @@ /* Functions found in SDL_blit.c */ extern int SDL_CalculateBlit(SDL_Surface * surface); +/* Blit function tables in SDL_blit_*.c */ +extern SDL_BlitFuncEntry SDL_BlitFuncTable0[]; +extern SDL_BlitFuncEntry SDL_BlitFuncTable1[]; +extern SDL_BlitFuncEntry SDL_BlitFuncTableN[]; + /* * Useful macros for blitting routines */