X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=135b37892c8ce4d9a7c01a8526c9b2a11a5bb37f;hp=b2af14084bcfc7518385ce551c182de9f66fbaf9;hb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;hpb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04 diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index b2af1408..135b3789 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,29 +1,31 @@ -/*********************************************************** -* 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 * -*----------------------------------------------------------* -* libgame.h * -***********************************************************/ +// ============================================================================ +// Artsoft Retro-Game Library +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// 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 "snapshot.h" +#include "joystick.h" #include "image.h" -#include "pcx.h" +#include "setup.h" #include "misc.h" +#include "zip/miniunz.h" -#endif /* LIBGAME_H */ +#endif // LIBGAME_H