1 // ============================================================================
2 // Artsoft Retro-Game Library
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
7 // http://www.artsoft.org/
8 // ----------------------------------------------------------------------------
10 // ============================================================================
16 /* define some Mac OS X specific paths */
18 #define MAC_APP_BINARY_SUBDIR "Contents/MacOS"
19 #define MAC_APP_FILES_SUBDIR "Contents/Resources"
22 /* some symbols are already defined on Mac OS X */
23 #define Delay Delay_internal
24 #define DrawLine DrawLine_internal
25 #define DrawText DrawText_internal
26 #define GetPixel GetPixel_internal