X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=6b9e6459fbb0784a09f67538fdf419eb157bd01b;hb=3d52a86d358f5b1a4b36b80df5d659bce1f5a3a6;hp=7900bd81d1ff83327e26a4ff81ba37f1d6de5729;hpb=28f0f8708f4b4f8c4f39f1b23bc5fc7e0fed7579;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 7900bd81..6b9e6459 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -71,7 +71,16 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *); #endif /* TARGET_X11 */ - -void InitImageList(struct ArtworkConfigInfo *, int); +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 **); +void ReloadCustomImages(); +void FreeAllImages(); #endif /* IMAGE_H */