X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fimage.h;h=6b9e6459fbb0784a09f67538fdf419eb157bd01b;hb=3d52a86d358f5b1a4b36b80df5d659bce1f5a3a6;hp=0bc0b4b3a2255c0fe6566599281cebdf7a728ead;hpb=7b47ce7ba0f673f0de5130daf5726104d0b38902;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 0bc0b4b3..6b9e6459 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -71,13 +71,15 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *); #endif /* TARGET_X11 */ - -struct FileInfo *getCurrentImageList(); +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 *, - struct ConfigInfo *, struct ConfigInfo *); + char **, char **, char **); void ReloadCustomImages(); void FreeAllImages();