mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 20:22:49 +08:00
12 lines
167 B
C++
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
|