aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/img_jpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/img_jpg.h')
-rw-r--r--src/parsec/include/img_jpg.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/parsec/include/img_jpg.h b/src/parsec/include/img_jpg.h
new file mode 100644
index 0000000..ead405f
--- /dev/null
+++ b/src/parsec/include/img_jpg.h
@@ -0,0 +1,16 @@
+/*
+ * PARSEC HEADER: img_jpg.h
+ */
+
+#ifndef _IMG_JPG_H_
+#define _IMG_JPG_H_
+
+
+// external functions
+
+int JPG_SaveBuffer( const char *filename, char *buff, int width, int height );
+
+
+#endif // _IMG_JPG_H_
+
+