X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=f96b61708ddbe6e5305a07f64489f3f11d0bd74d;hb=fffaec4e69e54c74cf5eea689191e81b8c19b85a;hp=7900bd81d1ff83327e26a4ff81ba37f1d6de5729;hpb=28f0f8708f4b4f8c4f39f1b23bc5fc7e0fed7579;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 7900bd81..f96b6170 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -72,6 +72,8 @@ int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *); #endif /* TARGET_X11 */ -void InitImageList(struct ArtworkConfigInfo *, int); +void InitImageList(struct FileInfo *, int); +void ReloadCustomImages(); +void FreeAllImages(); #endif /* IMAGE_H */