summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Audio/Sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Audio/Sound.h')
-rw-r--r--Source/Asura.Engine/Audio/Sound.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/Source/Asura.Engine/Audio/Sound.h b/Source/Asura.Engine/Audio/Sound.h
deleted file mode 100644
index 095bdb7..0000000
--- a/Source/Asura.Engine/Audio/Sound.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef __ASURA_ENGINE_SOUND_H__
-#define __ASURA_ENGINE_SOUND_H__
-
-#include "Scripting/Portable.h"
-
-namespace AsuraEngine
-{
- namespace Audio
- {
-
- class Sound ASURA_FINAL: virtual public Scripting::Portable
- {
- public:
-
- Sound();
- ~Sound();
-
- private:
-
-
-
- };
-
- }
-}
-
-#endif \ No newline at end of file