summaryrefslogtreecommitdiff
path: root/Runtime/Export/JPEGMemsrc.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-14 22:50:43 +0800
committerchai <chaifix@163.com>2019-08-14 22:50:43 +0800
commit15740faf9fe9fe4be08965098bbf2947e096aeeb (patch)
treea730ec236656cc8cab5b13f088adfaed6bb218fb /Runtime/Export/JPEGMemsrc.h
+Unity Runtime codeHEADmaster
Diffstat (limited to 'Runtime/Export/JPEGMemsrc.h')
-rw-r--r--Runtime/Export/JPEGMemsrc.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Runtime/Export/JPEGMemsrc.h b/Runtime/Export/JPEGMemsrc.h
new file mode 100644
index 0000000..3c847ac
--- /dev/null
+++ b/Runtime/Export/JPEGMemsrc.h
@@ -0,0 +1,16 @@
+#ifndef JPEGMEMSRC_H
+#define JPEGMEMSRC_H
+
+#include "External/ProphecySDK/src/extlib/jpglib/jinclude.h"
+#include "External/ProphecySDK/src/extlib/jpglib/jpeglib.h"
+#include "External/ProphecySDK/src/extlib/jpglib/jerror.h"
+
+extern "C"
+{
+
+GLOBAL(void)
+jpeg_memory_src (j_decompress_ptr cinfo, JOCTET * buffer, size_t bufsize);
+
+}
+
+#endif