rnd-20020907-2-src
[rocksndiamonds.git] / src / libgame / image.h
index f96b61708ddbe6e5305a07f64489f3f11d0bd74d..9d001aae86244a5e1ff58b44a917cbb4f4f98542 100644 (file)
@@ -72,7 +72,8 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 #endif /* TARGET_X11 */
 
 
-void InitImageList(struct FileInfo *, int);
+struct FileInfo *getCurrentImageList();
+void InitImageList(struct ConfigInfo *, struct ConfigInfo *, int);
 void ReloadCustomImages();
 void FreeAllImages();