rnd-20031129-3-src
[rocksndiamonds.git] / src / libgame / image.h
index e8eaaca9e97bf5c850bea6702a1246be6235f9c5..e48e04cc83d43e5a12895f467bf5460d6b9edc16 100644 (file)
@@ -67,6 +67,9 @@ typedef struct
 Image *newImage(unsigned int, unsigned int, unsigned int);
 void freeImage(Image *);
 void freeXImage(Image *, XImageInfo *);
+
+void ZoomPixmap(Display *, GC, Pixmap, Pixmap, int, int, int, int);
+
 int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
 #endif /* TARGET_X11 */
@@ -75,10 +78,16 @@ 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 *,
-                  char **, char **, char **);
+                  char **, char **, char **, char **, char **);
+
 void ReloadCustomImages();
+void CreateImageWithSmallImages(int);
+
 void FreeAllImages();
 
 #endif /* IMAGE_H */