Kaynağa Gözat

Add audio_types.h

Daniele Bartolini 10 yıl önce
ebeveyn
işleme
dad74f664e
1 değiştirilmiş dosya ile 14 ekleme ve 0 silme
  1. 14 0
      src/audio/audio_types.h

+ 14 - 0
src/audio/audio_types.h

@@ -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