summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib/Z2SoundObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Z2AudioLib/Z2SoundObject.h')
-rw-r--r--include/Z2AudioLib/Z2SoundObject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Z2AudioLib/Z2SoundObject.h b/include/Z2AudioLib/Z2SoundObject.h
index c6bc6a1d90..80f42ea4c2 100644
--- a/include/Z2AudioLib/Z2SoundObject.h
+++ b/include/Z2AudioLib/Z2SoundObject.h
@@ -2,10 +2,11 @@
#define Z2SOUNDOBJECT_H
#include "Z2AudioLib/Z2SoundHandles.h"
-#include "Z2AudioLib/Z2SoundStarter.h"
#include "dolphin/mtx/mtxvec.h"
#include "dolphin/types.h"
+struct Z2SoundStarter;
+
struct JAUSoundAnimationSound {};
class Z2SoundObjBase : protected Z2SoundHandles {