rnd-20040612-1-src
[rocksndiamonds.git] / src / libgame / image.h
index 63050285eb17dd2bdd4315d912afafa723dd817b..e9f1dbcd98b970498f8ff28ae99a6b861ffbb014 100644 (file)
@@ -78,10 +78,11 @@ int getImageListSize();
 struct FileInfo *getImageListEntry(int);
 Bitmap *getBitmapFromImageID(int);
 char *getTokenFromImageID(int);
+int getImageIDFromToken(char *);
 char *getImageConfigFilename();
 int getImageListPropertyMappingSize();
 struct PropertyMapping *getImageListPropertyMapping();
-void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *,
+void InitImageList(struct ConfigInfo *, int, struct ConfigTypeInfo *,
                   char **, char **, char **, char **, char **);
 
 void ReloadCustomImages();