Crossfire Client, Trunk  R21611
common.h
Go to the documentation of this file.
1 #ifndef _SOUND_SRC_COMMON_H
2 #define _SOUND_SRC_COMMON_H
3 
4 extern int cf_snd_init();
5 extern void cf_snd_exit();
6 
7 extern void cf_play_music(const char *music_name);
8 extern void cf_play_sound(gint8 x, gint8 y, guint8 dir, guint8 vol, guint8 type,
9  char const sound[static 1],
10  char const source[static 1]);
11 
12 #endif
void cf_play_music(const char *music_name)
Definition: cfsndserv.c:168
void cf_play_sound(gint8 x, gint8 y, guint8 dir, guint8 vol, guint8 type, char const sound[static 1], char const source[static 1])
Definition: cfsndserv.c:131
void cf_snd_exit()
Definition: cfsndserv.c:194
int cf_snd_init()
Definition: cfsndserv.c:80