rnd-20001201-1-src
[rocksndiamonds.git] / src / libgame / private.h
diff --git a/src/libgame/private.h b/src/libgame/private.h
new file mode 100644 (file)
index 0000000..e79f00d
--- /dev/null
@@ -0,0 +1,27 @@
+/***********************************************************
+*  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
+*----------------------------------------------------------*
+*  (c) 1995-98 Artsoft Entertainment                       *
+*              Holger Schemel                              *
+*              Oststrasse 11a                              *
+*              33604 Bielefeld                             *
+*              phone: ++49 +521 290471                     *
+*              email: aeglos@valinor.owl.de                *
+*----------------------------------------------------------*
+*  private.h                                               *
+***********************************************************/
+
+#ifndef PRIVATE_H
+#define PRIVATE_H
+
+#include "libgame.h"
+
+#if 0
+extern Display        *display;
+extern Visual         *visual;
+extern int             screen;
+
+extern DrawWindow      window;
+#endif
+
+#endif /* PRIVATE_H */