]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
It makes no sense to use a player id as key for skinText
[lugaru.git] / Source / MacCompatibility.h
index 7786a95088582c5b1cca4bb16795cbf976a21b26..21681671116479d77757d8e88f7ee90d74484b88 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;