4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-29 05:50:23 +08:00
bernard.xiong@gmail.com bb1518ef1d update image_container.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1254 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-22 01:30:42 +00:00

9 lines
131 B
C

#ifndef __RTGUI_IMAGE_JPEG_H__
#define __RTGUI_IMAGE_JPEG_H__
#include <rtgui/image.h>
void rtgui_image_jpeg_init(void);
#endif