From 88378a2ed862c86d541afbc9584d6bb7e7a2d03f Mon Sep 17 00:00:00 2001 From: Enrico Rolfi Date: Fri, 8 Mar 2002 23:55:47 +0000 Subject: Added an alias declaration for the Point type as SCUMM_Point cause it already exists on the MacOS svn-id: r3696 --- scumm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scumm.h b/scumm.h index a5f933a350..39bf12e30d 100644 --- a/scumm.h +++ b/scumm.h @@ -24,6 +24,10 @@ #include #endif +#ifdef macintosh + #define Point SCUMM_Point +#endif + #define SCUMMVM_VERSION "0.1.0 devel" #define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0) -- cgit v1.2.3