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>2009-08-26 22:20:17 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-26 22:20:17 +0400
commitc30f54e326aa38c383c24dd288d3e0b8ce07d2d4 (patch)
treec719b4177869a709193b0d927e9cae181fba7128 /source/blender/blenkernel/BKE_sound.h
parent1e50c17f91cbd09929ab9624b045ba2e8ea0f979 (diff)
2.5 Sound: RNA for bSound.
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 84ecd79a008..e9f6eb21e36 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -54,6 +54,8 @@ void sound_delete(struct bContext *C, struct bSound* sound);
void sound_cache(struct bSound* sound, int ignore);
+void sound_delete_cache(struct bSound* sound);
+
void sound_load(struct Main *main, struct bSound* sound);
void sound_free(struct bSound* sound);