@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
+ * License: https://github.com/taylor001/crown/blob/master/LICENSE
+ */
+
+#pragma once
+namespace crown
+{
+class SoundWorld;
+typedef uint32_t SoundInstanceId;
+} // namespace crown