summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib
diff options
context:
space:
mode:
Diffstat (limited to 'include/Z2AudioLib')
-rw-r--r--include/Z2AudioLib/Z2SoundStarter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/Z2AudioLib/Z2SoundStarter.h b/include/Z2AudioLib/Z2SoundStarter.h
index 18b8120fbc..0849a4e38e 100644
--- a/include/Z2AudioLib/Z2SoundStarter.h
+++ b/include/Z2AudioLib/Z2SoundStarter.h
@@ -2,12 +2,9 @@
#define Z2SOUNDSTARTER_H
#include "JSystem/JAudio2/JAISound.h"
+#include "JSystem/JAudio2/JAISoundStarter.h"
#include "dolphin/types.h"
-struct JAISoundStarter {
- virtual ~JAISoundStarter();
-};
-
struct Z2SoundStarter : public JAISoundStarter {
Z2SoundStarter(bool);
void setPortData(JAISoundHandle*, u32, u16, s8);