Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2014-11-12 14:33:28 +0300
committerJörg Müller <nexyon@gmail.com>2015-07-28 15:01:52 +0300
commit8528d76dadd03680ba4a7b24ed8516bad4501b5f (patch)
treec5b492912d7ffd7bbd069891625d09d28bb19c13 /source/blender/blenkernel/BKE_sound.h
parent733073550f61cf4fbbe21aab33e9271915325109 (diff)
Audaspace: external audaspace library update.
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index 7d2d23e1d39..cb71b939dc5 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -53,6 +53,8 @@ typedef struct SoundWaveform {
void BKE_sound_init_once(void);
void BKE_sound_exit_once(void);
+void* BKE_sound_get_device(void);
+
void BKE_sound_init(struct Main *main);
void BKE_sound_init_main(struct Main *bmain);