View | Details | Raw Unified
Collapse All | Expand All

(-) audio/MPEGaudio.cpp (-2 / +8 lines)
 Lines 32-43    Link Here 
#include "MPEGring.h"
#include "MPEGring.h"
#endif
#endif
void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
#ifdef THREADED_AUDIO
    int Decode_MPEGaudio(void *udata);
#endif
class MPEGstream;
class MPEGstream;
/* MPEG/WAVE Sound library
/* MPEG/WAVE Sound library
   (C) 1997 by Woo-jae Jung */
   (C) 1997 by Woo-jae Jung */
    
/**************************/
/**************************/
/* Define values for MPEG */
/* Define values for MPEG */
/**************************/
/**************************/
 Lines 21-26    Link Here 
/* A class based on the MPEG stream class, used to parse and play audio */
/* A class based on the MPEG stream class, used to parse and play audio */
using namespace std;
#include "MPEGaudio.h"
#include "MPEGaudio.h"
#include "MPEGstream.h"
#include "MPEGstream.h"