rnd-20030119-1-src
[rocksndiamonds.git] / src / libgame / image.h
index 342b253645de3fa096d315d158aab0528499d3ce..0bc0b4b3a2255c0fe6566599281cebdf7a728ead 100644 (file)
@@ -74,7 +74,10 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
 struct FileInfo *getCurrentImageList();
 Bitmap *getBitmapFromImageID(int);
-void InitImageList(struct ConfigInfo *, struct ConfigInfo *, int);
+char *getTokenFromImageID(int);
+char *getImageConfigFilename();
+void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *,
+                  struct ConfigInfo *, struct ConfigInfo *);
 void ReloadCustomImages();
 void FreeAllImages();