comparison src/video/SDL_blit_auto.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 99210400e8b9
comparison
equal deleted inserted replaced
2262:bee005ace1bf 2263:900c35d8e8fd
22 */ 22 */
23 #include "SDL_config.h" 23 #include "SDL_config.h"
24 24
25 /* *INDENT-OFF* */ 25 /* *INDENT-OFF* */
26 26
27 extern SDL_BlitFuncEntry *SDL_GeneratedBlitFuncTable; 27 extern SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[];
28 28
29 /* *INDENT-ON* */ 29 /* *INDENT-ON* */
30 30
31 /* vi: set ts=4 sw=4 expandtab: */ 31 /* vi: set ts=4 sw=4 expandtab: */