X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=88e18dda13dbaf3d70a3bd46d8bfb27e45358fb8;hb=ff2510f5098b545a03965c6b95296eec6885a4fb;hp=6f473beeaf1c48b69b7b907dc2853c441affa216;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 6f473bee..88e18dda 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -67,8 +67,26 @@ 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 */ +int getImageListSize(); +struct FileInfo *getImageListEntry(int); +Bitmap *getBitmapFromImageID(int); +char *getTokenFromImageID(int); +char *getImageConfigFilename(); +int getImageListPropertyMappingSize(); +struct PropertyMapping *getImageListPropertyMapping(); +void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *, + char **, char **, char **, char **); + +void ReloadCustomImages(); +void CreateImageWithSmallImages(int); + +void FreeAllImages(); + #endif /* IMAGE_H */