comparison src/audio/dc/SDL_dcaudio.h @ 1531:543ffd71ab6d

Fixed cut-and-paste error in DC audio target.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 14 Mar 2006 08:35:39 +0000
parents d910939febfa
children 782fd950bd46 a1b03ba2fcd0
comparison
equal deleted inserted replaced
1530:dec31b9f696d 1531:543ffd71ab6d
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_diskaudio_h 24 #ifndef _SDL_dcaudio_h
25 #define _SDL_diskaudio_h 25 #define _SDL_dcaudio_h
26 26
27 #include "../SDL_sysaudio.h" 27 #include "../SDL_sysaudio.h"
28 28
29 /* Hidden "this" pointer for the video functions */ 29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_AudioDevice *this 30 #define _THIS SDL_AudioDevice *this
36 int playing; 36 int playing;
37 int leftpos,rightpos; 37 int leftpos,rightpos;
38 int nextbuf; 38 int nextbuf;
39 }; 39 };
40 40
41 #endif /* _SDL_diskaudio_h */ 41 #endif /* _SDL_dcaudio_h */