summaryrefslogtreecommitdiff
path: root/Runtime/Audio/AudioClip.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Audio/AudioClip.h')
-rw-r--r--Runtime/Audio/AudioClip.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Runtime/Audio/AudioClip.h b/Runtime/Audio/AudioClip.h
new file mode 100644
index 0000000..09a397f
--- /dev/null
+++ b/Runtime/Audio/AudioClip.h
@@ -0,0 +1,10 @@
+#ifndef AUDIOCLIP_H
+#define AUDIOCLIP_H
+
+#if !(UNITY_FLASH || UNITY_WEBGL)
+#include "Runtime/Audio/AudioClip_FMOD.h"
+#else
+#include "Runtime/Audio/AudioClip_Flash.h"
+#endif // !UNITY_FLASH
+
+#endif // AUDIOCLIP_H \ No newline at end of file