X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fimage.h;h=a9185adae473b76e1d412c28d31bff5df065e4dc;hb=98ae5fc5e9274fea99a2ed8873b78fc2110ce3ce;hp=25b83ce5c551d1b162a39f8bf6b5378d48ffb14b;hpb=53053054cfed93412ff590dd95a180fdd9582f5e;p=rocksndiamonds.git diff --git a/src/libgame/image.h b/src/libgame/image.h index 25b83ce5..a9185ada 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 */ +#endif // IMAGE_H