]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Replaced all uses of Account::active outside of Account by call to active() method
[lugaru.git] / Source / MacCompatibility.h
index 7786a95088582c5b1cca4bb16795cbf976a21b26..5d6f9550aa694d07784fa51ada4dad751217a5a1 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 #  endif
 #endif
 
-typedef bool Boolean;
-
-
 struct Point {
     short v;
     short h;
@@ -94,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