nicklockwood / SoundManager

Simple sound and music player class for playing audio on Mac and iPhone
http://www.charcoaldesign.co.uk/source/cocoa#soundmanager
Other
632 stars 126 forks source link

The SoundManager class needs a prefix #21

Open michaeleiselsc opened 9 years ago

michaeleiselsc commented 9 years ago

As a standard practice, the SoundManager should have a 3-letter prefix. The effects of NOT having this were once again made clear to me when my linker failed because there was another third-party library that also had a class called SoundManager. My code won't run until this is fixed.