X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=0bc0b4b3a2255c0fe6566599281cebdf7a728ead;hp=75c9ad18a2393c33eb72aecd25ad5c2c3d3285ba;hb=7b47ce7ba0f673f0de5130daf5726104d0b38902;hpb=ee0895b12e544444db37febb1242bcc8a72d6ad8 diff --git a/src/libgame/image.h b/src/libgame/image.h index 75c9ad18..0bc0b4b3 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -76,7 +76,8 @@ struct FileInfo *getCurrentImageList(); Bitmap *getBitmapFromImageID(int); char *getTokenFromImageID(int); char *getImageConfigFilename(); -void InitImageList(struct ConfigInfo *, struct ConfigInfo *, int); +void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *, + struct ConfigInfo *, struct ConfigInfo *); void ReloadCustomImages(); void FreeAllImages();