diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-07-12 10:59:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 00:59:33 -0700 |
| commit | ed40ffb06473018899329ec5aabbf6a74726e4b5 (patch) | |
| tree | d7588c0889eadd1db4f991c969d57f5ffbef79b3 /include/Z2AudioLib | |
| parent | 018fdf29d605459fb6fc38e9036e15ad025a6fca (diff) | |
Work on JAISeMgr (#368)
Diffstat (limited to 'include/Z2AudioLib')
| -rw-r--r-- | include/Z2AudioLib/Z2SoundInfo.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/include/Z2AudioLib/Z2SoundInfo.h b/include/Z2AudioLib/Z2SoundInfo.h index 70226e48d3..ec56508ea7 100644 --- a/include/Z2AudioLib/Z2SoundInfo.h +++ b/include/Z2AudioLib/Z2SoundInfo.h @@ -3,6 +3,7 @@ #include "JSystem/JAudio2/JAISound.h" #include "JSystem/JAudio2/JASGadget.h" +#include "JSystem/JAudio2/JAISoundInfo.h" struct JAISeq; @@ -12,16 +13,6 @@ struct JAIStream; struct JAISe; -struct JAISoundInfo : public JASGlobalInstance<JAISoundInfo> { - virtual void getSoundType(JAISoundID) const = 0; - virtual void getCategory(JAISoundID) const = 0; - virtual void getPriority(JAISoundID) const = 0; - virtual void getSeInfo(JAISoundID, JAISe*) const = 0; - virtual void getSeqInfo(JAISoundID, JAISeq*) const = 0; - virtual void getStreamInfo(JAISoundID, JAIStream*) const = 0; - virtual ~JAISoundInfo(); -}; - struct JAUSoundInfo : public JASGlobalInstance<JAUSoundInfo> { virtual void getAudibleSw(JAISoundID) const = 0; virtual void getBgmSeqResourceID(JAISoundID) const = 0; |
