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:
authorJoerg Mueller <nexyon@gmail.com>2010-01-31 00:04:51 +0300
committerJoerg Mueller <nexyon@gmail.com>2010-01-31 00:04:51 +0300
commitd7d185ef4ab0070d955650454c865fdbfeab5aa6 (patch)
treea31946662908a0f44d39d7fb5a93de4e44c845fc /source/blender/blenkernel/BKE_sound.h
parent9d66bfb52461961fdbcbafb49a6562b4315d056e (diff)
Preparation to force an audio device via command line. Will be implemented by theeth.
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index 8722485b97d..386c8158689 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -41,7 +41,7 @@ void sound_init();
void sound_exit();
-void sound_disable();
+void sound_force_device(int device);
struct bSound* sound_new_file(struct Main *main, char* filename);