1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/drivers/squish/image_compress_squish.h
2014-02-09 22:10:30 -03:00

12 lines
167 B
C

#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