Returns a pointer to the name of the specified ambient sound pattern
| 202 | |
| 203 | // Returns a pointer to the name of the specified ambient sound pattern |
| 204 | char *AmbientSoundPatternName(int n) { return Ambient_sound_patterns[n].name; } |
| 205 | |
| 206 | #define AMBIENT_FILE_ID "ASPF" |
| 207 | #define AMBIENT_FILE_VERSION 0 |
no outgoing calls
no test coverage detected