X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgifload.h;h=1f8cf1c84fbbafc940962976154c5df9dc28b9bf;hp=ebc260ac3f852c3ee9073ff27e1c26bc09b9d116;hb=d2185c2bcdba9fc69846c99a2d01ef037ce2266f;hpb=e4566563844c4bcfc472159c9ae870941099708c diff --git a/src/gifload.h b/src/gifload.h index ebc260ac..1f8cf1c8 100644 --- a/src/gifload.h +++ b/src/gifload.h @@ -1,13 +1,12 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* ©1995 Artsoft Development * -* Holger Schemel * -* 33659 Bielefeld-Senne * -* Telefon: (0521) 493245 * -* eMail: aeglos@valinor.owl.de * -* aeglos@uni-paderborn.de * -* q99492@pbhrzx.uni-paderborn.de * +* (c) 1995-98 Artsoft Entertainment * +* Holger Schemel * +* Oststrasse 11a * +* 33604 Bielefeld * +* phone: ++49 +521 290471 * +* email: aeglos@valinor.owl.de * *----------------------------------------------------------* * gifload.h * ***********************************************************/ @@ -21,15 +20,6 @@ #include #include #include - -#define GIF_Success 0 -#define GIF_OpenFailed -1 -#define GIF_ReadFailed -2 -#define GIF_FileInvalid -3 -#define GIF_NoMemory -4 -#define GIF_ColorFailed -5 - -int Read_GIF_to_Pixmaps(Display *, Window, char *); #endif #endif