changed program main data path (for compatibility with macOS 10.12 Sierra)
[rocksndiamonds.git] / src / libgame / macosx.h
1 // ============================================================================
2 // Artsoft Retro-Game Library
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  http://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // macosx.h
10 // ============================================================================
11
12 #ifndef MACOSX_H
13 #define MACOSX_H
14
15
16 /* define some Mac OS X specific paths */
17
18 #define MAC_APP_BINARY_SUBDIR   "Contents/MacOS"
19 #define MAC_APP_FILES_SUBDIR    "Contents/Resources"
20
21
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
27
28 #endif /* MACOSX_H */