rnd-20001201-1-src
[rocksndiamonds.git] / src / libgame / private.h
1 /***********************************************************
2 *  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
3 *----------------------------------------------------------*
4 *  (c) 1995-98 Artsoft Entertainment                       *
5 *              Holger Schemel                              *
6 *              Oststrasse 11a                              *
7 *              33604 Bielefeld                             *
8 *              phone: ++49 +521 290471                     *
9 *              email: aeglos@valinor.owl.de                *
10 *----------------------------------------------------------*
11 *  private.h                                               *
12 ***********************************************************/
13
14 #ifndef PRIVATE_H
15 #define PRIVATE_H
16
17 #include "libgame.h"
18
19 #if 0
20 extern Display         *display;
21 extern Visual          *visual;
22 extern int              screen;
23
24 extern DrawWindow       window;
25 #endif
26
27 #endif /* PRIVATE_H */