X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=e5aab80d3265d3d4431485893de0b1ef87791146;hb=3cc2ee99e57014c6962d26365e92bd3eac36a492;hp=9c70978eb0fcec24806efd390d9bf3cfd9c21798;hpb=681721dddc91bcdaef50002d1e861cc8d484e938;p=rocksndiamonds.git diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index 9c70978e..e5aab80d 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,15 +1,13 @@ -/*********************************************************** -* Artsoft Retro-Game Library * -*----------------------------------------------------------* -* (c) 1994-2001 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 +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// libgame.h +// ============================================================================ #ifndef LIBGAME_H #define LIBGAME_H @@ -23,8 +21,11 @@ #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