rnd-20030126-3-src
[rocksndiamonds.git] / src / libgame / image.h
index 6b9e6459fbb0784a09f67538fdf419eb157bd01b..d372a468353c3deb5777371a734816649a69e238 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 */