rnd-20021004-1-src
[rocksndiamonds.git] / src / libgame / image.h
index 8f998fba4e262c9161a27d65d005e2433d69610e..342b253645de3fa096d315d158aab0528499d3ce 100644 (file)
@@ -72,7 +72,10 @@ 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);
+void InitImageList(struct ConfigInfo *, struct ConfigInfo *, int);
 void ReloadCustomImages();
+void FreeAllImages();
 
 #endif /* IMAGE_H */