X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=342b253645de3fa096d315d158aab0528499d3ce;hb=9091c797c4a3abb34ceb98d80a82ae7310708fbb;hp=8f998fba4e262c9161a27d65d005e2433d69610e;hpb=22473d4140e896b64767e3349ef308f69b7668b9;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 8f998fba..342b2536 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -72,7 +72,10 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *); #endif /* TARGET_X11 */ -void InitImageList(struct ArtworkConfigInfo *, int); +struct FileInfo *getCurrentImageList(); +Bitmap *getBitmapFromImageID(int); +void InitImageList(struct ConfigInfo *, struct ConfigInfo *, int); void ReloadCustomImages(); +void FreeAllImages(); #endif /* IMAGE_H */