rnd-20030121-1-src
[rocksndiamonds.git] / src / libgame / image.h
index f96b61708ddbe6e5305a07f64489f3f11d0bd74d..6b9e6459fbb0784a09f67538fdf419eb157bd01b 100644 (file)
@@ -71,8 +71,15 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
 #endif /* TARGET_X11 */
 
-
-void InitImageList(struct FileInfo *, int);
+int getImageListSize();
+struct FileInfo *getImageListEntry(int);
+Bitmap *getBitmapFromImageID(int);
+char *getTokenFromImageID(int);
+char *getImageConfigFilename();
+int getImageListPropertyMappingSize();
+struct PropertyMapping *getImageListPropertyMapping();
+void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *,
+                  char **, char **, char **);
 void ReloadCustomImages();
 void FreeAllImages();