4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-11 23:09:23 +08:00

9 lines
131 B
C
Raw Normal View History

2016-02-08 09:59:48 +08:00
#ifndef __RTGUI_IMAGE_JPEG_H__
#define __RTGUI_IMAGE_JPEG_H__
#include <rtgui/image.h>
void rtgui_image_jpeg_init(void);
#endif