comparison src/video/xbios/SDL_xbios_blowup.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
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
81 unsigned short montype; 81 unsigned short montype;
82 } __attribute__ ((packed)) blow_cookie_t; 82 } __attribute__ ((packed)) blow_cookie_t;
83 83
84 /*--- Functions prototypes ---*/ 84 /*--- Functions prototypes ---*/
85 85
86 void SDL_XBIOS_BlowupInit (_THIS, blow_cookie_t * cookie_blow); 86 void SDL_XBIOS_BlowupInit(_THIS, blow_cookie_t * cookie_blow);
87 87
88 #endif /* _SDL_xbios_blowup_h */ 88 #endif /* _SDL_xbios_blowup_h */
89 /* vi: set ts=4 sw=4 expandtab: */ 89 /* vi: set ts=4 sw=4 expandtab: */