X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fpcx.h;h=8014dd25280af9cb11f4c3cbb4cc0577132ad1e9;hb=ff56a43aa3799aa3357f4deca4d6482fc25a6a41;hp=f214971b76aa0658cb9f4d66c857da758bf70680;hpb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;p=rocksndiamonds.git diff --git a/src/libgame/pcx.h b/src/libgame/pcx.h index f214971b..8014dd25 100644 --- a/src/libgame/pcx.h +++ b/src/libgame/pcx.h @@ -1,20 +1,22 @@ /*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * +* Artsoft Retro-Game Library * *----------------------------------------------------------* -* (c) 1995-98 Artsoft Entertainment * -* Holger Schemel * -* Oststrasse 11a * -* 33604 Bielefeld * -* phone: ++49 +521 290471 * -* email: aeglos@valinor.owl.de * +* (c) 1994-2000 Artsoft Entertainment * +* Holger Schemel * +* Detmolder Strasse 189 * +* 33604 Bielefeld * +* Germany * +* e-mail: info@artsoft.org * *----------------------------------------------------------* -* pcx.h * +* pcx.h * ***********************************************************/ #ifndef PCX_H #define PCX_H -#include "libgame.h" +#include "system.h" +#include "image.h" + #if !defined(TARGET_SDL)