X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FMacCompatibility.h;h=5d6f9550aa694d07784fa51ada4dad751217a5a1;hb=ee61774f2faaa15f5c55bb126e22b5fe650b8e75;hp=7786a95088582c5b1cca4bb16795cbf976a21b26;hpb=34ce0cdd42f673a04aa29ae148d2206420dfd813;p=lugaru.git diff --git a/Source/MacCompatibility.h b/Source/MacCompatibility.h index 7786a95..5d6f955 100644 --- a/Source/MacCompatibility.h +++ b/Source/MacCompatibility.h @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -48,9 +49,6 @@ along with Lugaru. If not, see . # endif #endif -typedef bool Boolean; - - struct Point { short v; short h; @@ -94,12 +92,6 @@ inline bool isnormal( double x) #include #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