X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=2573a635b249052532d0101c8414a65378c2d803;hp=26cfb6906e1f37b6c37d20e2b4813c97d1f9e97a;hb=HEAD;hpb=e582c697ddb8c9cd9d5d345beaf83c1916b849fa diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index 26cfb690..2573a635 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,15 +1,13 @@ -/*********************************************************** -* Artsoft Retro-Game Library * -*----------------------------------------------------------* -* (c) 1994-2000 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* 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 @@ -23,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