rnd-19981118-2
[rocksndiamonds.git] / src / gfxload.h
diff --git a/src/gfxload.h b/src/gfxload.h
deleted file mode 100644 (file)
index 7489447..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-/***********************************************************
-*  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
-*----------------------------------------------------------*
-*  (c) 1995-98 Artsoft Entertainment                       *
-*              Holger Schemel                              *
-*              Oststrasse 11a                              *
-*              33604 Bielefeld                             *
-*              phone: ++49 +521 290471                     *
-*              email: aeglos@valinor.owl.de                *
-*----------------------------------------------------------*
-*  gfxload.h                                               *
-***********************************************************/
-
-#ifndef GFXLOAD_H
-#define GFXLOAD_H
-
-#ifndef MSDOS
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-
-#define GIF_Success             0
-#define GIF_OpenFailed         -1
-#define GIF_ReadFailed         -2
-#define        GIF_FileInvalid         -3
-#define GIF_NoMemory           -4
-#define GIF_ColorFailed                -5
-
-#define ILBM_Success            0
-#define ILBM_OpenFailed                -1
-#define ILBM_ReadFailed                -2
-#define        ILBM_FileInvalid        -3
-#define ILBM_NoMemory          -4
-#define ILBM_ColorFailed       -5
-
-int Read_ILBM_to_Bitmap(Display *, char *, Pixmap *);
-int Read_GIF_to_Bitmap(Display *, char *, Pixmap *);
-int Read_GIF_to_Pixmap(Display *, char *, Pixmap *);
-int Read_GIF_to_XImage(Display *, char *, XImage **);
-
-#endif
-#endif