summaryrefslogtreecommitdiff
path: root/source/modules/asura-openal/Audio/SoundDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-openal/Audio/SoundDecoder.h')
-rw-r--r--source/modules/asura-openal/Audio/SoundDecoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/modules/asura-openal/Audio/SoundDecoder.h b/source/modules/asura-openal/Audio/SoundDecoder.h
index c149d6f..8392a03 100644
--- a/source/modules/asura-openal/Audio/SoundDecoder.h
+++ b/source/modules/asura-openal/Audio/SoundDecoder.h
@@ -1,7 +1,7 @@
#ifndef __ASURA_ENGINE_SOUND_DECODER_H__
#define __ASURA_ENGINE_SOUND_DECODER_H__
-#include <asura-utils/IO/DataBuffer.h>
+#include <asura-base/FileSystem/DataBuffer.h>
#include "sound.h"
@@ -20,7 +20,7 @@ namespace AsuraEngine
SoundDecoder();
virtual ~SoundDecoder();
- virtual Sound* Decode(const AEIO::DataBuffer* db);
+ virtual Sound* Decode(const AEFileSystem::DataBuffer* db);
};