comparison src/audio/SDL_mixer_MMX_VC.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
29 This code is licensed under the LGPL (see COPYING for details) 29 This code is licensed under the LGPL (see COPYING for details)
30 30
31 Assumes buffer size in bytes is a multiple of 16 31 Assumes buffer size in bytes is a multiple of 16
32 Assumes SDL_MIX_MAXVOLUME = 128 32 Assumes SDL_MIX_MAXVOLUME = 128
33 */ 33 */
34 void SDL_MixAudio_MMX_S16_VC (char *, char *, unsigned int, int); 34 void SDL_MixAudio_MMX_S16_VC(char *, char *, unsigned int, int);
35 void SDL_MixAudio_MMX_S8_VC (char *, char *, unsigned int, int); 35 void SDL_MixAudio_MMX_S8_VC(char *, char *, unsigned int, int);
36 #endif 36 #endif
37 /* vi: set ts=4 sw=4 expandtab: */ 37 /* vi: set ts=4 sw=4 expandtab: */