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