rnd-20001201-1-src
[rocksndiamonds.git] / src / pcx.h
diff --git a/src/pcx.h b/src/pcx.h
deleted file mode 100644 (file)
index 4725099..0000000
--- a/src/pcx.h
+++ /dev/null
@@ -1,35 +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                *
-*----------------------------------------------------------*
-*  pcx.h                                                   *
-***********************************************************/
-
-#ifndef PCX_H
-#define PCX_H
-
-#ifndef TARGET_SDL
-
-#include "main.h"
-#include "image.h"
-
-#define PCX_Success             0
-#define PCX_OpenFailed         -1
-#define PCX_ReadFailed         -2
-#define        PCX_FileInvalid         -3
-#define PCX_NoMemory           -4
-#define PCX_ColorFailed                -5
-
-/* global PCX error value */
-extern int errno_pcx;
-
-Image *Read_PCX_to_Image(char *);
-
-#endif /* !TARGET_SDL */
-#endif /* PCX_H */