X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FMacCompatibility.h;h=07c2bc70cd76d9bfe8310e0a46403703a2567892;hb=929576710b55ed5ba83603df7f67b95e32e6d557;hp=1bade1cf2d54939bf02537d906b1057e0eda5c12;hpb=6aeefd781d62a9b5b8cf2f4d3a7ba4abaf82f54f;p=lugaru.git diff --git a/Source/MacCompatibility.h b/Source/MacCompatibility.h index 1bade1c..07c2bc7 100644 --- a/Source/MacCompatibility.h +++ b/Source/MacCompatibility.h @@ -48,9 +48,6 @@ along with Lugaru. If not, see . # 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;