rnd-20020803-1-src
[rocksndiamonds.git] / src / libgame / pcx.h
index f214971b76aa0658cb9f4d66c857da758bf70680..bf5bacfab5a535343569b87d111f7e83324bc26e 100644 (file)
@@ -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-2002 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)
 
@@ -24,6 +26,7 @@
 #define        PCX_FileInvalid         -3
 #define PCX_NoMemory           -4
 #define PCX_ColorFailed                -5
+#define PCX_OtherError         -6
 
 /* global PCX error value */
 extern int errno_pcx;