aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/d_sound.h')
-rw-r--r--sword2/driver/d_sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h
index 068376164d..a9e97317a6 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -33,7 +33,7 @@ namespace Sword2 {
extern void sword2_sound_handler(void *refCon);
-typedef struct {
+struct FxHandle {
int32 _id;
bool _paused;
int8 _volume;
@@ -42,7 +42,7 @@ typedef struct {
uint16 *_buf;
int32 _bufSize;
PlayingSoundHandle _handle;
-} FxHandle;
+};
class MusicHandle : public AudioInputStream {
public: