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