Mercurial > sdl-ios-xcode
comparison src/audio/SDL_mixer_MMX.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 |
---|---|
7 Assumes SDL_MIX_MAXVOLUME = 128 | 7 Assumes SDL_MIX_MAXVOLUME = 128 |
8 */ | 8 */ |
9 #include "SDL_config.h" | 9 #include "SDL_config.h" |
10 | 10 |
11 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES) | 11 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES) |
12 void SDL_MixAudio_MMX_S16 (char *, char *, unsigned int, int); | 12 void SDL_MixAudio_MMX_S16(char *, char *, unsigned int, int); |
13 void SDL_MixAudio_MMX_S8 (char *, char *, unsigned int, int); | 13 void SDL_MixAudio_MMX_S8(char *, char *, unsigned int, int); |
14 #endif | 14 #endif |
15 /* vi: set ts=4 sw=4 expandtab: */ | 15 /* vi: set ts=4 sw=4 expandtab: */ |