JAudio2 Work (#228)

This commit is contained in:
jdflyer
2022-12-30 16:19:57 -07:00
committed by GitHub
parent 5d4f161d43
commit 463348bfc7
30 changed files with 429 additions and 441 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
#define JAIAUDIBLE_H
#include "dolphin/types.h"
#include "JSystem/JAudio2/JASSoundParams.h"
struct JAIAudible {
virtual ~JAIAudible();
virtual void getOuterParams(int) = 0;
virtual JASSoundParams* getOuterParams(int) = 0;
virtual void calc() = 0;
};