rnd-20010115-1-src
[rocksndiamonds.git] / src / libgame / libgame.h
index b2af14084bcfc7518385ce551c182de9f66fbaf9..9c70978eb0fcec24806efd390d9bf3cfd9c21798 100644 (file)
@@ -1,25 +1,26 @@
 /***********************************************************
-*  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                   *
 *----------------------------------------------------------*
-*  libgame.h                                               *
+* libgame.h                                                *
 ***********************************************************/
 
 #ifndef LIBGAME_H
 #define LIBGAME_H
 
+#define LIBGAME_VERSION_1_0_0
+
 #include "platform.h"
 #include "types.h"
-#include "private.h"
 #include "system.h"
 #include "random.h"
-#include "buttons.h"
+#include "gadgets.h"
 #include "text.h"
 #include "sound.h"
 #include "image.h"