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