rnd-20030121-1-src
[rocksndiamonds.git] / src / libgame / image.h
index 7900bd81d1ff83327e26a4ff81ba37f1d6de5729..6b9e6459fbb0784a09f67538fdf419eb157bd01b 100644 (file)
@@ -71,7 +71,16 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
 #endif /* TARGET_X11 */
 
-
-void InitImageList(struct ArtworkConfigInfo *, int);
+int getImageListSize();
+struct FileInfo *getImageListEntry(int);
+Bitmap *getBitmapFromImageID(int);
+char *getTokenFromImageID(int);
+char *getImageConfigFilename();
+int getImageListPropertyMappingSize();
+struct PropertyMapping *getImageListPropertyMapping();
+void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *,
+                  char **, char **, char **);
+void ReloadCustomImages();
+void FreeAllImages();
 
 #endif /* IMAGE_H */