mirror of https://github.com/zeldaret/tp.git
16 lines
413 B
C
16 lines
413 B
C
#ifndef JAISTREAMMGR_H_
|
|
#define JAISTREAMMGR_H_
|
|
|
|
// Additional symbols needed for JAIStreamMgr
|
|
extern "C" {
|
|
void calc__12JAIStreamMgrFv(void);
|
|
void isActive__12JAIStreamMgrCFv(void);
|
|
void mixOut__12JAIStreamMgrFv(void);
|
|
void JAIStreamMgr_NS_startSound(void);
|
|
void stop__12JAIStreamMgrFv(void);
|
|
void stop__12JAIStreamMgrFUl(void);
|
|
void stopSoundID__12JAIStreamMgrF10JAISoundID(void);
|
|
}
|
|
|
|
#endif // JAISTREAMMGR_H_
|