X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=bb9b21eeeb8901475dfb300685dd0683eaf857d9;hp=627694c04a38c0a288a1e2c9a9027f58aacfbba6;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=d77d7ac6d22b63ff3e10608e54c7ac919915fae9 diff --git a/src/libgame/image.h b/src/libgame/image.h index 627694c0..bb9b21ee 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -52,24 +52,26 @@ 0) -int getImageListSize(); +int getImageListSize(void); struct FileInfo *getImageListEntryFromImageID(int); Bitmap **getBitmapsFromImageID(int); int getOriginalImageWidthFromImageID(int); int getOriginalImageHeightFromImageID(int); char *getTokenFromImageID(int); +char *getFilenameFromImageID(int); int getImageIDFromToken(char *); -char *getImageConfigFilename(); -int getImageListPropertyMappingSize(); -struct PropertyMapping *getImageListPropertyMapping(); +char *getImageConfigFilename(void); +int getImageListPropertyMappingSize(void); +struct PropertyMapping *getImageListPropertyMapping(void); void InitImageList(struct ConfigInfo *, int, struct ConfigTypeInfo *, char **, char **, char **, char **, char **); -void ReloadCustomImages(); +void ReloadCustomImages(void); void CreateImageWithSmallImages(int, int, int); void CreateImageTextures(int); +void FreeAllImageTextures(void); void ScaleImage(int, int); -void FreeAllImages(); +void FreeAllImages(void); #endif /* IMAGE_H */