image_compress_squish.h 167 B

123456789101112
  1. #ifndef IMAGE_COMPRESS_SQUISH_H
  2. #define IMAGE_COMPRESS_SQUISH_H
  3. #include "image.h"
  4. void image_compress_squish(Image *p_image);
  5. #endif // IMAGE_COMPRESS_SQUISH_H