X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=e8eaaca9e97bf5c850bea6702a1246be6235f9c5;hb=fa9c72bb286c8e5e5095e666dbf85981ad3a8ea2;hp=0bc0b4b3a2255c0fe6566599281cebdf7a728ead;hpb=7b47ce7ba0f673f0de5130daf5726104d0b38902;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 0bc0b4b3..e8eaaca9 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -71,13 +71,13 @@ 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(); void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *, - struct ConfigInfo *, struct ConfigInfo *); + char **, char **, char **); void ReloadCustomImages(); void FreeAllImages();