ddd9d4b14d8d14dda0bf8a00672f765e15cd198c
[rocksndiamonds.git] / src / libgame / macosx.h
1 /***********************************************************
2 * Artsoft Retro-Game Library                               *
3 *----------------------------------------------------------*
4 * (c) 1994-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * macosx.h                                                 *
12 ***********************************************************/
13
14 #ifndef MACOSX_H
15 #define MACOSX_H
16
17
18 /* define some Mac OS X specific paths */
19
20 #define MAC_APP_BINARY_SUBDIR   "Contents/MacOS"
21
22
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
28
29 #endif /* MACOSX_H */