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