aboutsummaryrefslogtreecommitdiff
path: root/drivers/squish/image_compress_squish.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-09 22:10:30 -0300
committerJuan Linietsky2014-02-09 22:10:30 -0300
commit0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac (patch)
tree276c4d099e178eb67fbd14f61d77b05e3808e9e3 /drivers/squish/image_compress_squish.h
parent0e49da1687bc8192ed210947da52c9e5c5f301bb (diff)
downloadgodot-0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac.tar.gz
godot-0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac.tar.zst
godot-0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac.zip
GODOT IS OPEN SOURCE
Diffstat (limited to 'drivers/squish/image_compress_squish.h')
-rw-r--r--drivers/squish/image_compress_squish.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/squish/image_compress_squish.h b/drivers/squish/image_compress_squish.h
new file mode 100644
index 000000000..4fec8d7ef
--- /dev/null
+++ b/drivers/squish/image_compress_squish.h
@@ -0,0 +1,11 @@
+#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