X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=bb9b21eeeb8901475dfb300685dd0683eaf857d9;hp=25b83ce5c551d1b162a39f8bf6b5378d48ffb14b;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=085eaa4c64f1254101fe59747e87aacb009ebe3b diff --git a/src/libgame/image.h b/src/libgame/image.h index 25b83ce5..bb9b21ee 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -52,7 +52,7 @@ 0) -int getImageListSize(); +int getImageListSize(void); struct FileInfo *getImageListEntryFromImageID(int); Bitmap **getBitmapsFromImageID(int); int getOriginalImageWidthFromImageID(int); @@ -60,18 +60,18 @@ 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 FreeAllImageTextures(void); void ScaleImage(int, int); -void FreeAllImages(); +void FreeAllImages(void); #endif /* IMAGE_H */