1 // wrapper for FMOD to account for filename conversions in windows
3 #ifndef _FMODWRAPPER_H_
4 #define _FMODWRAPPER_H_
6 #include "fmod_header.h"
7 #include "MacCompatibility.h"
12 #define FSOUND_Sample_Load( a, b, c, d) FSOUND_Sample_Load( a, ConvertFileName( b), c, d, 0);