tp/include/JSystem/JAudio2/JAIStreamMgr.h

16 lines
392 B
C

#ifndef JAISTREAMMGR_H_
#define JAISTREAMMGR_H_
// Additional symbols needed for JAIStreamMgr
extern "C" {
void JAIStreamMgr_NS_calc(void);
void JAIStreamMgr_NS_isActive(void);
void JAIStreamMgr_NS_mixOut(void);
void JAIStreamMgr_NS_startSound(void);
void JAIStreamMgr_NS_stop(void);
void JAIStreamMgr_NS_stop_X1_(void);
void JAIStreamMgr_NS_stopSoundID(void);
}
#endif // JAISTREAMMGR_H_