[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11022] branches/soc-2007-hcube/source/ blender/include/BAU_sound.h: BAU_sound.h name is changed to BAU_soundsystem .h

Csaba Hruska csaba.hruska at gmail.com
Fri Jun 22 19:11:51 CEST 2007


Revision: 11022
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11022
Author:   hcube
Date:     2007-06-22 19:11:50 +0200 (Fri, 22 Jun 2007)

Log Message:
-----------
BAU_sound.h name is changed to BAU_soundsystem.h

Removed Paths:
-------------
    branches/soc-2007-hcube/source/blender/include/BAU_sound.h

Deleted: branches/soc-2007-hcube/source/blender/include/BAU_sound.h
===================================================================
--- branches/soc-2007-hcube/source/blender/include/BAU_sound.h	2007-06-22 17:10:59 UTC (rev 11021)
+++ branches/soc-2007-hcube/source/blender/include/BAU_sound.h	2007-06-22 17:11:50 UTC (rev 11022)
@@ -1,18 +0,0 @@
-#ifndef BAU_SOUND_H
-#define BAU_SOUND_H
-
-#include "DNA_sound_types.h"
-
-void sound_initialize(void);
-int sound_is_initialized(void);
-void sound_finalize(void);
-
-struct bSound* sound_new_sound(char *name);
-
-void sound_play_sound(struct bSound *sound);
-void sound_stop_sound(struct bSound *sound);
-
-void sound_stop_all_sounds(void);
-
-// these functions are implemented in soundsystem.c
-#endif





More information about the Bf-blender-cvs mailing list