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