comparison src/video/ataricommon/SDL_atarimxalloc_c.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
38 #define MX_PREFSTRAM 2 38 #define MX_PREFSTRAM 2
39 #define MX_PREFTTRAM 3 39 #define MX_PREFTTRAM 3
40 40
41 /*--- Functions ---*/ 41 /*--- Functions ---*/
42 42
43 extern void *Atari_SysMalloc (Uint32 size, Uint16 alloc_type); 43 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
44 44
45 #endif /* _SDL_ATARI_MXALLOC_H_ */ 45 #endif /* _SDL_ATARI_MXALLOC_H_ */
46 /* vi: set ts=4 sw=4 expandtab: */ 46 /* vi: set ts=4 sw=4 expandtab: */