rnd-20030120-4-src
[rocksndiamonds.git] / src / libgame / image.h
index 0bc0b4b3a2255c0fe6566599281cebdf7a728ead..e8eaaca9e97bf5c850bea6702a1246be6235f9c5 100644 (file)
@@ -71,13 +71,13 @@ 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();
 void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *,
-                  struct ConfigInfo *, struct ConfigInfo *);
+                  char **, char **, char **);
 void ReloadCustomImages();
 void FreeAllImages();