Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

BL_Sound.h

Go to the documentation of this file.
00001 
00002 #ifndef __BL_SOUND_H
00003 #define __BL_SOUND_H
00004 
00008 void BL_PlaySound(void* blenderobj,void* sounddata,float obmatrix[4][4],bool looping);
00012 
00016 void BL_EndSound(void* blenderobj,void* sounddata);
00017 
00021 void *BL_FindSound(char *soundName);
00022 
00026 char *BL_FindSoundName(void *sounddata);
00027 
00028 #endif //__BL_SOUND_H

Generated at Thu Feb 1 13:03:01 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000