rnd-20001201-1-src
[rocksndiamonds.git] / src / libgame / private.c
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.c                                               *
12 ***********************************************************/
13
14 #include "libgame.h"
15
16 #if 0
17 Display        *display;
18 Visual         *visual;
19 int             screen;
20
21 DrawWindow      window = None;
22 #endif