]> git.jsancho.org Git - lugaru.git/blobdiff - Source/fmod.h
Merged FMod changes in
[lugaru.git] / Source / fmod.h
index 4d43dfe14306047196e8ca939dcdb7e615c63db9..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,17 +0,0 @@
-// wrapper for FMOD to account for filename conversions in windows
-
-#ifndef _FMODWRAPPER_H_
-#define _FMODWRAPPER_H_
-
-#include "fmod_header.h"
-#include "MacCompatibility.h"
-
-
-#ifdef WIN32
-
-#define FSOUND_Sample_Load( a, b, c, d) FSOUND_Sample_Load( a, ConvertFileName( b), c, d, 0);
-
-#endif
-
-
-#endif