From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Export/JPEGMemsrc.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Runtime/Export/JPEGMemsrc.h (limited to 'Runtime/Export/JPEGMemsrc.h') 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 -- cgit v1.1-26-g67d0