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.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Audio/Sound.h b/Source/Asura.Engine/Audio/Sound.h
index e69de29..3bacd09 100644
--- a/Source/Asura.Engine/Audio/Sound.h
+++ b/Source/Asura.Engine/Audio/Sound.h
@@ -0,0 +1,19 @@
+#ifndef __ASURA_ENGINE_SOUND_H__
+#define __ASURA_ENGINE_SOUND_H__
+
+#include "Object.h"
+
+namespace AsuraEngine
+{
+ namespace Audio
+ {
+
+ class Sound : virtual public Object, public Scripting::Portable
+ {
+
+ };
+
+ }
+}
+
+#endif \ No newline at end of file