2235b88dabefb14e554a2c62345ca93a83f1adfa
[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
20
21 /* some symbols are already defined on Mac OS X */
22 #define Delay Delay_internal
23 #define DrawLine DrawLine_internal
24 #define DrawText DrawText_internal
25 #define GetPixel GetPixel_internal
26
27 #endif /* MACOSX_H */