]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Sorted all source files in folders
[lugaru.git] / Source / MacCompatibility.h
index 21681671116479d77757d8e88f7ee90d74484b88..26b0b60827453f30c2711c2f73a3b9830c9a8cee 100644 (file)
@@ -58,7 +58,7 @@ typedef signed char SInt8;
 typedef unsigned int UInt32;
 
 
-#include "Random.h"
+#include "Math/Random.h"
 
 typedef struct AbsoluteTime {
     unsigned long   hi;
@@ -92,12 +92,6 @@ inline bool isnormal( double x)
 #include <stdint.h>
 #endif
 
-
-// fix file names to use '/' instead of ':'
-char* ConvertFileName( const char* orgfilename, const char *mode = "rb" );
-
-#define fopen( a, b) fopen(ConvertFileName(a, b), b)
-
 #endif