comparison src/audio/SDL_mixer_MMX_VC.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents dc6b59e925a2
children 99210400e8b9
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
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: */