comparison src/video/SDL_blit.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children 8e754b82cecc
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
69 unsigned int format_version; 69 unsigned int format_version;
70 } SDL_BlitMap; 70 } SDL_BlitMap;
71 71
72 72
73 /* Functions found in SDL_blit.c */ 73 /* Functions found in SDL_blit.c */
74 extern int SDL_CalculateBlit (SDL_Surface * surface); 74 extern int SDL_CalculateBlit(SDL_Surface * surface);
75 75
76 /* Functions found in SDL_blit_{0,1,N,A}.c */ 76 /* Functions found in SDL_blit_{0,1,N,A}.c */
77 extern SDL_loblit SDL_CalculateBlit0 (SDL_Surface * surface, int complex); 77 extern SDL_loblit SDL_CalculateBlit0(SDL_Surface * surface, int complex);
78 extern SDL_loblit SDL_CalculateBlit1 (SDL_Surface * surface, int complex); 78 extern SDL_loblit SDL_CalculateBlit1(SDL_Surface * surface, int complex);
79 extern SDL_loblit SDL_CalculateBlitN (SDL_Surface * surface, int complex); 79 extern SDL_loblit SDL_CalculateBlitN(SDL_Surface * surface, int complex);
80 extern SDL_loblit SDL_CalculateAlphaBlit (SDL_Surface * surface, int complex); 80 extern SDL_loblit SDL_CalculateAlphaBlit(SDL_Surface * surface, int complex);
81 81
82 /* 82 /*
83 * Useful macros for blitting routines 83 * Useful macros for blitting routines
84 */ 84 */
85 85