mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
detect more floats/doubles, including from relocations
This commit is contained in:
@@ -66,11 +66,9 @@ struct JAISound {
|
||||
/* 802A24DC */ void stop(u32);
|
||||
};
|
||||
|
||||
struct JAISeqDataRegion {};
|
||||
|
||||
struct JAISeqMgr;
|
||||
struct JAIAudience {};
|
||||
|
||||
struct JAISeqMgr;
|
||||
struct JAISeq {
|
||||
/* 802A0A8C */ JAISeq(JAISeqMgr*, JAISoundStrategyMgr<JAISeq>*);
|
||||
/* 802A0B64 */ void JAISeqMgr_startID_(JAISoundID, JGeometry::TVec3<f32> const*, JAIAudience*,
|
||||
@@ -79,6 +77,8 @@ struct JAISeq {
|
||||
/* 802A14FC */ void JAISeqMgr_mixOut_(JASSoundParams const&, JAISoundActivity);
|
||||
};
|
||||
|
||||
struct JAISeqDataRegion {};
|
||||
|
||||
struct JAISeqMgr {
|
||||
/* 802A1804 */ void isUsingSeqData(JAISeqDataRegion const&);
|
||||
/* 802A1870 */ void releaseSeqData(JAISeqDataRegion const&);
|
||||
|
||||
Reference in New Issue
Block a user