rnd-20030120-4-src
[rocksndiamonds.git] / src / libgame / image.h
index ccb1c8d88676962436e4a2921191d25c34865b89..e8eaaca9e97bf5c850bea6702a1246be6235f9c5 100644 (file)
@@ -71,8 +71,8 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
 #endif /* TARGET_X11 */
 
-
-struct FileInfo *getCurrentImageList();
+int getImageListSize();
+struct FileInfo *getImageListEntry(int);
 Bitmap *getBitmapFromImageID(int);
 char *getTokenFromImageID(int);
 char *getImageConfigFilename();