X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=a3a3c803d39aac75a49ea0afdc77e9946854acbc;hb=f1f974498c1691431a5755d917f674c7cf56eb53;hp=6f4c20c29e248d3f77eea1c9ec1fc04436c32926;hpb=e05dda5c8cc6687dcbc59e182a81aed627e262d0;p=rocksndiamonds.git diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index 6f4c20c2..a3a3c803 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,15 +1,13 @@ -/*********************************************************** -* Artsoft Retro-Game Library * -*----------------------------------------------------------* -* (c) 1994-2006 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,10 +21,9 @@ #include "gadgets.h" #include "text.h" #include "sound.h" +#include "snapshot.h" #include "joystick.h" -#include "toons.h" #include "image.h" -#include "pcx.h" #include "setup.h" #include "misc.h"