X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=419d3b716dc7646696dd69c5451150a9819e7039;hp=b8effc74132379cda0b4452550245a79ac9617e7;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=ff56a43aa3799aa3357f4deca4d6482fc25a6a41 diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index b8effc74..419d3b71 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,19 +1,19 @@ -/*********************************************************** -* 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 +// http://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,10 @@ #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" -#endif /* LIBGAME_H */ +#endif // LIBGAME_H