diff 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
line wrap: on
line diff
--- 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
  */