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