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