X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=0bc0b4b3a2255c0fe6566599281cebdf7a728ead;hb=7b47ce7ba0f673f0de5130daf5726104d0b38902;hp=9d001aae86244a5e1ff58b44a917cbb4f4f98542;hpb=68a47a5b92e7c62a8c8a06391e4f9b8d53eeb82f;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 9d001aae..0bc0b4b3 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -73,7 +73,11 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *); struct FileInfo *getCurrentImageList(); -void InitImageList(struct ConfigInfo *, struct ConfigInfo *, int); +Bitmap *getBitmapFromImageID(int); +char *getTokenFromImageID(int); +char *getImageConfigFilename(); +void InitImageList(struct ConfigInfo *, int, struct ConfigInfo *, + struct ConfigInfo *, struct ConfigInfo *); void ReloadCustomImages(); void FreeAllImages();