1 /***********************************************************
2 * Artsoft Retro-Game Library *
3 *----------------------------------------------------------*
4 * (c) 1994-2006 Artsoft Entertainment *
6 * Detmolder Strasse 189 *
9 * e-mail: info@artsoft.org *
10 *----------------------------------------------------------*
12 ***********************************************************/
18 /* define some Mac OS X specific paths */
20 #define MAC_APP_BINARY_SUBDIR "Contents/MacOS"
23 /* some symbols are already defined on Mac OS X */
24 #define Delay Delay_internal
25 #define DrawLine DrawLine_internal
26 #define DrawText DrawText_internal
27 #define GetPixel GetPixel_internal