rnd-20030119-1-src
[rocksndiamonds.git] / src / libgame / image.h
index 7900bd81d1ff83327e26a4ff81ba37f1d6de5729..0bc0b4b3a2255c0fe6566599281cebdf7a728ead 100644 (file)
@@ -72,6 +72,13 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 #endif /* TARGET_X11 */
 
 
-void InitImageList(struct ArtworkConfigInfo *, int);
+struct FileInfo *getCurrentImageList();
+Bitmap *getBitmapFromImageID(int);
+char *getTokenFromImageID(int);
+char *getImageConfigFilename();
+void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *,
+                  struct ConfigInfo *, struct ConfigInfo *);
+void ReloadCustomImages();
+void FreeAllImages();
 
 #endif /* IMAGE_H */