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