rnd-20030118-6-src
[rocksndiamonds.git] / src / libgame / image.h
index 7900bd81d1ff83327e26a4ff81ba37f1d6de5729..75c9ad18a2393c33eb72aecd25ad5c2c3d3285ba 100644 (file)
@@ -72,6 +72,12 @@ 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 *, struct ConfigInfo *, int);
+void ReloadCustomImages();
+void FreeAllImages();
 
 #endif /* IMAGE_H */