X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=2573a635b249052532d0101c8414a65378c2d803;hp=94f21f46c65b981e87b214470a39d04ba9624500;hb=HEAD;hpb=3d07b68a314ce189f207e42d95f786979662410d diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index 94f21f46..2573a635 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,19 +1,19 @@ -/*********************************************************** -* 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 "system.h" @@ -21,8 +21,13 @@ #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 "http.h" +#include "base64.h" +#include "zip/miniunz.h" -#endif /* LIBGAME_H */ +#endif // LIBGAME_H