]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Remove typedef bool -> Boolean, using standard bool instead
[lugaru.git] / Source / MacCompatibility.h
index 1bade1cf2d54939bf02537d906b1057e0eda5c12..07c2bc70cd76d9bfe8310e0a46403703a2567892 100644 (file)
@@ -48,9 +48,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #  endif
 #endif
 
-typedef bool Boolean;
-
-
 struct Point {
     short v;
     short h;
@@ -62,11 +59,6 @@ typedef unsigned int UInt32;
 
 #include "Random.h"
 
-
-void CopyCStringToPascal( const char* src, unsigned char dst[256]);
-void CopyPascalStringToC( const unsigned char* src, char* dst);
-
-
 typedef struct AbsoluteTime {
     unsigned long   hi;
     unsigned long   lo;