mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
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_
|