mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 09:09:30 -04:00
Work on JAISeMgr (#368)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user