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