|
Crossfire Client, Branches
R11627
|
Collaboration diagram for Sound_Info:Data Fields | |
| unsigned char * | data |
| char * | filename |
| int | size |
| char * | symbolic |
| unsigned char | volume |
Definition at line 119 of file cfsndserv.c.
| unsigned char * Sound_Info::data |
Definition at line 124 of file cfsndserv.c.
Referenced by init_sounds(), and play_sound().
| char * Sound_Info::filename |
Definition at line 120 of file cfsndserv.c.
Referenced by init_sounds(), parse_sound_line(), and play_sound().
| int Sound_Info::size |
Definition at line 123 of file cfsndserv.c.
Referenced by init_sounds(), and play_sound().
| char * Sound_Info::symbolic |
Definition at line 121 of file cfsndserv.c.
Referenced by parse_sound_line(), and play_sound().
| unsigned char Sound_Info::volume |
Definition at line 122 of file cfsndserv.c.
Referenced by init_sounds(), parse_sound_line(), and play_sound().