X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=f7c67bb86f31221115a5b500c4e4263b4fe4de6e;hb=6d37ddaaf9915af0f483f4fc04d07b98e99e091e;hp=94f21f46c65b981e87b214470a39d04ba9624500;hpb=3d07b68a314ce189f207e42d95f786979662410d;p=rocksndiamonds.git diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index 94f21f46..f7c67bb8 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,19 +1,21 @@ /*********************************************************** -* 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 "system.h" @@ -21,8 +23,11 @@ #include "gadgets.h" #include "text.h" #include "sound.h" +#include "joystick.h" +#include "toons.h" #include "image.h" #include "pcx.h" +#include "setup.h" #include "misc.h" #endif /* LIBGAME_H */