mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-20 22:51:16 -04:00
ce8319486b
* 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>
15 lines
338 B
C
15 lines
338 B
C
#ifndef JAISEQMGR_H_
|
|
#define JAISEQMGR_H_
|
|
|
|
// Additional symbols needed for JAISeqMgr
|
|
extern "C" {
|
|
void calc__9JAISeqMgrFv(void);
|
|
void mixOut__9JAISeqMgrFv(void);
|
|
void JAISeqMgr_NS_startSound(void);
|
|
void stopSoundID__9JAISeqMgrF10JAISoundID(void);
|
|
void stop__9JAISeqMgrFv(void);
|
|
void stop__9JAISeqMgrFUl(void);
|
|
}
|
|
|
|
#endif // JAISEQMGR_H_
|