rnd-20010115-1-src
[rocksndiamonds.git] / src / libgame / gadgets.h
index ccac2373c83117f7354287d424426480cc4c47ed..8210000852d29545de0fe182471ca004db5b1109 100644 (file)
@@ -1,20 +1,20 @@
 /***********************************************************
-*  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
+* Artsoft Retro-Game Library                               *
 *----------------------------------------------------------*
-*  (c) 1995-98 Artsoft Entertainment                       *
-*              Holger Schemel                              *
-*              Oststrasse 11a                              *
-*              33604 Bielefeld                             *
-*              phone: ++49 +521 290471                     *
-*              email: aeglos@valinor.owl.de                *
+* (c) 1994-2001 Artsoft Entertainment                      *
+*               Holger Schemel                             *
+*               Detmolder Strasse 189                      *
+*               33604 Bielefeld                            *
+*               Germany                                    *
+*               e-mail: info@artsoft.org                   *
 *----------------------------------------------------------*
-*  gadgets.h                                               *
+* gadgets.h                                                *
 ***********************************************************/
 
 #ifndef GADGETS_H
 #define GADGETS_H
 
-#include "libgame.h"
+#include "system.h"
 
 
 #define GADGET_FRAME_DELAY     150     /* delay between gadget actions */
@@ -103,7 +103,7 @@ struct GadgetBorder
 
 struct GadgetDesign
 {
-  Bitmap bitmap;                       /* Bitmap with gadget surface */
+  Bitmap *bitmap;                      /* Bitmap with gadget surface */
   int x, y;                            /* position of rectangle in Bitmap */
 };