|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
gm_sound.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
| int AddWave |
( |
char * |
szFileName |
) |
|
| void EnableSound |
( |
bool |
bflag = true |
) |
|
| int GetSoundIndex |
( |
char * |
szFileName |
) |
|
| bool gm_SOUND_ISPLAYING |
( |
int |
idx |
) |
|
| bool gm_SOUND_PLAY |
( |
int |
idx |
) |
|
| bool IsExistSoundDevice |
( |
void |
|
) |
|
| bool IsPlayingSound |
( |
int |
idx |
) |
|
| bool PlaySound |
( |
char * |
szFileName, |
|
|
bool |
bloop = false, |
|
|
bool |
bignore = true | |
|
) |
| | |
| bool PlaySound |
( |
int |
idx, |
|
|
bool |
bloop = false, |
|
|
bool |
bignore = true | |
|
) |
| | |
| bool StopSound |
( |
char * |
szFileName |
) |
|
| bool StopSound |
( |
int |
idx |
) |
|
|