X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=6c1dd346f0cb0323124628dee840e9684b8e94d3;hb=c9433eab5c4317ed4f89164b386a7d33562e29be;hp=95dba9b3559344f1380b2b812ad82a3179320687;hpb=222cd4187e6632bd904a937f167a2f1c70b8f66d;p=rocksndiamonds.git diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index 95dba9b3..6c1dd346 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,29 +1,33 @@ /*********************************************************** -* 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-2002 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 "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 */