wxWidgets/include/wx/osx/sound.h

6 lines
105 B
C
Raw Normal View History

#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/sound.h"
#else
#include "wx/mac/carbon/sound.h"
#endif