rnd-20030120-4-src
[rocksndiamonds.git] / src / libgame / image.h
index feb1a973010a107088fbfdd8ca3a9454269bf7ca..e8eaaca9e97bf5c850bea6702a1246be6235f9c5 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Artsoft Retro-Game Library                               *
 *----------------------------------------------------------*
-* (c) 1994-2001 Artsoft Entertainment                      *
+* (c) 1994-2002 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
@@ -71,4 +71,14 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
 #endif /* TARGET_X11 */
 
+int getImageListSize();
+struct FileInfo *getImageListEntry(int);
+Bitmap *getBitmapFromImageID(int);
+char *getTokenFromImageID(int);
+char *getImageConfigFilename();
+void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *,
+                  char **, char **, char **);
+void ReloadCustomImages();
+void FreeAllImages();
+
 #endif /* IMAGE_H */