godot/drivers/squish/image_compress_squish.h

12 lines
167 B
C
Raw Normal View History

2014-02-10 02:10:30 +01:00
#ifndef IMAGE_COMPRESS_SQUISH_H
#define IMAGE_COMPRESS_SQUISH_H
#include "image.h"
void image_compress_squish(Image *p_image);
#endif // IMAGE_COMPRESS_SQUISH_H