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